79 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
70
views
Python Flask WSGI failure with deprecated imp module
When I attempt to deploy a Flask app on a shared hosting site, using cPanel, the deployment fails with this message: "ModuleNotFoundError: No module named 'imp'."
As other posts have ...
1
vote
2
answers
2k
views
How to fix error "ModuleNotFoundError: No module named 'imp'" when I use "from pyDOE2 import fullfact"?
I need to import "fullfact" from "pyDOE2". But I faced with the following error: "ModuleNotFoundError: No module named 'imp'".
Phyton version: 3.12.4
I appreciate if anyone can help me.
0
votes
1
answer
3k
views
ORA-39166: Object owner.table_name was not found or could not be exported or imported
im contacting you please because i have a problems with import/export schema.
first step i exported the Schema1 to another database using this script :
cat imp_Schema_AAAA.par
userid='/ as sysdba'
...
28
votes
5
answers
109k
views
MultiQC: ModuleNotFoundError: No module named 'imp'
I am running fastqc and multiqc in ubuntu linux terminal. fastqc runs perfectly without any issues but multiqc fails to run, showing the message. No idea how to fix the missing 'imp' module.
I used ...
-1
votes
1
answer
3k
views
Print packet protocol type using PyShark
I want to print all the protocols of the packet (ie: ICMP, ARP, TCP, UDP, etc.) but I am getting only TCP and UDP. I am using pyshark and python to capture packets.
import pyshark
capture = pyshark....
0
votes
0
answers
67
views
Oracel Garbled characters were generated during import
The client uses US7ASCII encoding to export DMP, any encoding used during import will result in annotated Chinese garbled characters. comment. view...
0
votes
1
answer
478
views
XCode 12 error with IMP instance: Too many arguments to function call, expected 0, have 2
I just got some work for the old project. There is compile-time error with IMP instance:
While searching for the cause and solution I came across the links:
https://developer.apple.com/forums/thread/...
1
vote
1
answer
5k
views
Import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set, but nothing happen?
I got no error when importing my XXX.DMP file using imp, but there is no database, schema, or table has imported and log file is empty too. Here what it's look :
Connected to: Oracle Database 11g ...
0
votes
1
answer
517
views
Issues with module imports going from python 2 to python 3
I am trying to upgrade a 10 year old event listener that I didn't write from Python 2.7 to python 3.7. The basic issue I'm running into is the way the original script was importing its plugins. The ...
0
votes
2
answers
2k
views
How to make android device as slave and read the slave data from iot hardware as Electric Imp, Arduiono or even PC?
I am looking for a solution where my Android Device is connected to IoT devices such as Electric Imp, Arduino or Windows PC via USB.
So the requirement here comes that I want to write some data(text ...
2
votes
0
answers
90
views
Is it possible to send print commands to IMP MICR Printer by Inotech using ASCII codes?
I have a MICR printer from InoTech called IMP. The printer is installed as "Generic/Text Only" printer which prints RAW data. It has a MICR character drum which moves and impacts the codes.
Now i am ...
-1
votes
1
answer
2k
views
sklearn: DeprecationWarning: theimp module is deprecated - safe to ignore?
Whenever I try to use "sklearn", I get the following error:
>>>from sklearn.tree import DecisionTreeRegressor
/home/ec2-user/anaconda2/envs/argosv2/lib/python3.6/site-packages/sklearn/externals/...
0
votes
1
answer
249
views
Import a table from a user to a table of an other user
I am trying to use imp to Import a table from user abdou2 to user abdou1.
I exported my table from abdou2 inside a file dump using:
exp abdou2/root file=CLIENTS.dmp tables=CLIENTS
Then, I created in ...
user avatar
user8143344
1
vote
1
answer
5k
views
the imp module is deprecated in favour of importlib
I use sublime , this is my code:
when I build it, it warning:
and my python version is 3.6.4.
how could i do? thank you!
0
votes
1
answer
1k
views
insufficient privileges SYS.DBMS_DDL
I am trying to use the Oracle imp utility. A lot of good documentation exists but it seems that it is not possible or documented how to import with a regular user. It is assumed that sys will be used ...