Skip to content

Tag: module

How can I run many python scripts at once?

I’m working on some python scripts using PyCharm. Running scripts from PyCharm works fine, but I tried bundling them up with a batch file and cmd just goes nuts: Other scripts which did not require importing modules worked fine. Help! Answer Is your html creator a script? Or more like module? If it&#821…

I cannot understand the module of the python

Thankyou for helping me in advance. What I am curious is this. I made the File A, and in there exist module named B, and there is function C. Then to use the C, I should type from A import B B.C() Something like this. but when I use the module numpy, there is file named numpy, and there are

Creating Python submodule

I want to create a tool called unifile for saving and opening files like this unifile.open.yaml(“file.yaml”). This is my structure: Code that call my module: open/init.py 1 error if I import unifile always say: module unifile has no atribute open 2 error in __init__.py I can’t open file [pyl…

How do I install python dependency modules through bamboo

I am trying to run a python program through bamboo. How do I install python dependency modules through bamboo I need to install some python modules like flask , xldr etc. Answer You have two options: Remote or log into the Bamboo agent and manually install the modules. This is a one time install and then they…

after pip successful installed: ModuleNotFoundError

I am trying to install the SimPy module so that I can use it in IDLE. However, everytime I try to import in IDLE, I got an error. I already tried reinstalling Python and Pip and tried to modify the location of the apps. SimPy can be found in the directory of Python 2.7. I’m using python 3.6.1. After I