importing numpy works with interpreter but not ful

2019-09-18 10:53发布

I'm working with python 3.3 (x64), and pyscripter 2.5.3 (x64), numpy 1.7 for python 3.3 (x64). When I import numpy in a script, I don't have all the functions of numpy available, only few of them (not a lot, and not array )? As if it doesn't manage to import all the file from numpy

If I use IDLE it works fine, same with notepad++.

3条回答
该账号已被封号
2楼-- · 2019-09-18 11:44

Depends on which Python engine you are using in pyscripter. The IDE offers a connect to its own internal installation of python and a remote installation (typically the version you had in place before installing the ide.You need to ensure pyscripter is connected to the remote engine.

查看更多
叼着烟拽天下
3楼-- · 2019-09-18 11:46

The problem is related with pyscipter. Try to import numpy using Python Shell

查看更多
一夜七次
4楼-- · 2019-09-18 11:47

I also had the same issue check the path of the python in PyScripter. It is in the Tools -> python path check if it is referring to the correct path of python if it doesn't correct it and hopefully it will work

查看更多
登录 后发表回答