Python Forum
importing packages to pycharm
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
importing packages to pycharm
#3
I will add that it is not a good idea to use a space within the file name. Even though Windows File Explorer and programs will recognize it, the command terminal will not. You will get an error such as
Error:
C:\Python>panda try.py 'panda' is not recognized as an internal or external command, operable program or batch file.
If you are going to use multiple word file names, it's better to use an underscore i.e. panda_try.py
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
importing packages to pycharm - by robinhoodjr - Mar-07-2018, 07:00 PM
RE: importing packages to pycharm - by j.crater - Mar-07-2018, 07:25 PM
RE: importing packages to pycharm - by sparkz_alot - Mar-07-2018, 08:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Importing Packages/Modules Upandon 7 4,755 Mar-28-2018, 04:15 AM
Last Post: Upandon

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020