import Questions

0

I've been trying import a Module using: import pyexiv2 which yields an error Aruns-MacBook-Air:scripts arun$ python3 99-new-camera.py crop_field Traceback (most recent call last): File "99-n...
Methinks asked 28/1, 2021 at 11:23

14

Solved

I am trying to import folium into a Jupyter notebook I'm working on and I cannot seem to solve the import issues with the Folium library. Has anyone else solved this problem? !pip install folium i...
Katharinekatharsis asked 18/6, 2017 at 16:33

7

Solved

I've been searching for a while now but can't seem to find answers so here goes... I've got a CSV file that I want to import into a table in Oracle (9i/10i). Later on I plan to use this table as ...
Lillian asked 1/6, 2011 at 9:19

5

Solved

I need to import JSON library into netbeans. How can I do that? I searched on internet and I found this article. According to this article when I import import org.json.simple.JSONArray; import org...
Professoriate asked 10/12, 2012 at 13:57

4

Solved

Is there a shorter ES6 way of doing: var assert = require('chai').assert; than import chai from 'chai'; var assert = chai.assert; (chai is the chai-assertion library, in case you haven't hear...
Wyeth asked 17/2, 2015 at 6:57

4

I have python 2.7 and python 3 installed. I also have pip2.7 and pip3 installed. I use IPython Notebook in the Jupyter console. Using the console I can use every module I want but I'm trying to u...
Walford asked 18/1, 2016 at 11:38

2

Solved

I'm using some unpopular modules such as Dyo and js-sha3 which doesn't have any types, it seems. I don't really care right now about types in third-party libraries, I don't want to spend hours typ...
Libelous asked 13/1, 2019 at 22:33

2

I have a problem with import exist acrofield from a pdf into another pdf. The two pdf are similar. I tried to import and save the file (code below). if I open it from the file system I do not see t...
Howarth asked 25/1, 2018 at 11:46

2

Solved

I'm having a strange issue with pyglet. After running pip install pyglet and restarting my command line application, I'm still unable to run a python script that imports pyglet. Error output: $ ...
Reverso asked 24/7, 2015 at 14:33

2

Solved

I've installed the module pyaudio using pip. However, when I try to import it, Python says the module is not found: C:\Users\hp>pip install pyaudio Requirement already satisfied: pyaudio in c:\u...
Manamanacle asked 4/6, 2019 at 18:10

4

Solved

I would like to use an SQLite database from Microsoft Access (access from- or transfer the contents to Microsoft Access). How can this be done using VBA? This is for a client who can not instal...
Noach asked 25/3, 2010 at 4:46

0

I'm working in a nextjs app. I'd like to dynamically import a function dependent on the path that's provided as a prop to a component. Today, I use a map of id to a function and use the id provided...
Dispel asked 2/1, 2021 at 19:23

5

Solved

I am dealing with some python code automatically generated for me. I want to avoid manually editing these python files & hence this question/issue: foo.py: def foo(): print "foo" boo.py: ...
Serilda asked 23/6, 2010 at 22:41

2

I understand how to run a single notebook in Colab. However, I am not sure how to use all files from a repository, i.e to be able to import functions inside Colab notebook? Thank you.
Eluvium asked 6/10, 2018 at 17:6

8

Solved

In my project I have a shapes package which has shapes I designed for my graphics program, e.g., Rectangle and Circle. I also have one or two more packages that have the same names as java.awt clas...
Chelicera asked 13/12, 2011 at 7:25

4

Solved

Is there a way to get the functionality of a prefix header in Swift? I don´t want to import external libs in every file where they are used.
Smallish asked 24/2, 2015 at 11:24

1

I have a custom React + Typescript + Webpack project. I need to import a simple .svg file and use it in a component. Typescript claims it: Cannot find module I've installed svgr, added it to my w...
Teatime asked 24/10, 2020 at 13:58

2

Using webpack 3 and react, I can import a file like this: import(`src/Main.sass`).then(...do something) I have a loader for the imported files that changes the module content based on a query st...
Indolence asked 5/3, 2018 at 23:17

4

There are approximately 26K products (posts) and each product has meta values like this: The post_id column is the product id in db and the _sku (meta_key) is the unique id for each product. I'...
Accessory asked 1/2, 2014 at 7:55

5

Solved

Unity's roadmap stated that we should be able to import SVG in Unity 2018.2. I have Unity 2018.2.3, but I couldn't use SVGs to Unity. Unity doesn't recognize they are sprites. Please can anyone tel...
Hexapartite asked 28/9, 2018 at 20:4

3

I have an app created using vue-cli 3 and I am using Visual Studio as my IDE. I have installed Vetur extension. Unfortunately when I am typing something like that import Message from '@/components...
Revive asked 17/4, 2019 at 8:36

4

I can import the nltk package when running python or ipython from bash. So, nltk is definitely installed somewhere (in python from bash, nltk.__file__ is /home/nadine/anaconda2/lib/python2.7/site-...
Jernigan asked 17/10, 2017 at 14:27

2

Solved

When I uninstall the program I get this error: Cannot import dll: <utf8>c:\TestProg\IsStart.dll What have I done wrong here? Can anybody help me to solve this problem? CheckO4TaskMngrSvcSto...
Rosco asked 26/11, 2020 at 8:37

3

Solved

could you give me some tips about how to import this JSON lib by Doulgas Crockford to my IntelliJ IDEA? Thanks in advance. :)
Bristow asked 8/1, 2016 at 12:15

2

Solved

I am migrating a web-application from plain Javascript to Typescript, and am compiling all separate files into a single one using the --outFile compiler option and /// <reference path="...&...
Anatol asked 16/5, 2017 at 12:46

© 2022 - 2024 — McMap. All rights reserved.