Skip to main content

Questions tagged [module]

A logical subdivision of a larger, more complex system.

module
0 votes
0 answers
15 views

ModuleNotFoundError: No module named 'pyaes' python virtualmachine

when I build a certain tool on a virtual machine that launches a python project, this message appears after a few seconds. I already tried reinstalling pyaes but to no avail. can anyone help me? ...
user26438839's user avatar
0 votes
0 answers
8 views

GC Dataflow workers can't find my python modules

I've written a python script and built a folder structure for a small ETL application that is meant to run as a Google Cloud Dataflow job. It works locally and I'm able to load, transform, and offload ...
Aaron Graston's user avatar
0 votes
0 answers
9 views

how to add custom module in apps of shopware 6

I want to add Custom module in shopware 6 through apps. It is showing error and also not showing module in my app. <admin> <module name="normalModule" source=...
DHARM PATEL's user avatar
0 votes
0 answers
14 views

How to set path while creating issue in Jira using python?

I want to create an issue in Jira using python, I am using the jira module for doing the same ; I have found this code from their official documentation but I am not sure in which repository path this ...
Zeke's user avatar
  • 1
0 votes
0 answers
4 views

Expo Native View - How to add native dependencies

I'm trying to create a yandex map kit with Expo native view. When I read the android document on Yandex, it asks me to add the following dependencies. Open the project's build.gradle file. In the ...
Yasin Beyazlı's user avatar
0 votes
0 answers
15 views

Python project architecture venv

In a lot of my python projects, i use a self written class: Logger. Quite simple, it print the given argument to the screen or saves it to disk. Like: Logger.log('some text'). In some applications I ...
Willem-Jan Z's user avatar
1 vote
1 answer
41 views

pytest import errors - module not found

I have this directory structure: app/ pyproject.toml src/ app/ __init__.py app.py functions1.py functions2.py tests/ ...
Tim Kirkwood's user avatar
0 votes
1 answer
16 views

File 'd:/Courses/React/TEST-2/api-frontend/src/api.d.ts' is not a module.ts(2306)

I am trying to implement my api into my webpage so i can use this frontend as interface to access the api. I have created files namely api.js for the api: // src/api.js import axios from 'axios'; ...
Pranav Kanumuri's user avatar
0 votes
0 answers
6 views

Module preloads and revalidation

I'm a bit lost with this safari screenshot; What I see; Cache-Control is Must-Revalidate, No-cache, mage-age=0. I believe these things should tell the browser to check in with the server. However, ...
Simon's user avatar
  • 393
0 votes
1 answer
40 views

Run Excel macro in personal.xlsb from Ms Access

I made code in ms access to create an excel file with MS Access data. This work fine, but when it has been created I want to start an Excel macro that is stored in personal.xlsb. Is this possible? I ...
Rexxie Dog's user avatar
0 votes
0 answers
10 views

How can I run Spatialite in XAMPP

I have downloaded the files from https://www.gaia-gis.it/gaia-sins/windows-bin-amd64/ and moved the dll files to C:\\xampp\apache\bin and added extension=mod_spatialite.dll to the php.ini file. This ...
James's user avatar
  • 720
0 votes
0 answers
27 views

How to unload nf_conntrack?

i am trying to unload nf_conntrack, but there are different modules that are in use with it and I can't seem to unload them. The reason for the unloading of conntrack is because I am trying to edit ...
JBoy's user avatar
  • 1
0 votes
0 answers
65 views
+50

Class referred in Annotation cannot be found

In this project: https://github.com/wise-coders/groovyfx., a fork of GroovyFX (see source code). Upgrading to OpenJDK 17 and Gradle 7.6 I get this error (which did not happen under Java 8): Could not ...
DbSchema's user avatar
  • 379
0 votes
1 answer
30 views

How to get specific user data from a table with foreignKey to another tables Django

I have 3 table from django.db import models from django.contrib.auth.models import User class Boost(models.Model): title = models.CharField(max_length=50,null=False)# point, storage, point p/s, ...
farshid mousavi's user avatar
0 votes
0 answers
14 views

Failing to find Android Studio AVDs Kernel Source

I'm trying to build an android kernel module, but i need to compile the linux kernel from google's branch to it works firts... And I've compiled many kernels from different versions and none of them ...
Tricta's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1519