Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Traceback error
#4
Ok - I'm setting up my virtual environment. This is the code I'm running. I thought it would create folders or something but it didn't. Am I missing something? I don't see any thing but this when I run it. Is this all I should see?

def create(self, env_dir):
    """
    Create a virtualized Python environment in a directory.
    env_dir is the target directory to create an environment in.
    """
    env_dir = os.path.abspath(env_dir)
    context = self.ensure_directories(env_dir)
    self.create_configuration(context)
    self.setup_python(context)
    self.setup_scripts(context)
    self.post_setup(context)
Error:
Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)] on win32 Type "copyright", "credits" or "license()" for more information. >>> ============= RESTART: C:\Python365\VirtualEnvironment\EnvDir.py ============= >>>
Reply


Messages In This Thread
Traceback error - by tjnichols - Sep-11-2018, 02:50 PM
RE: Traceback error - by snippsat - Sep-11-2018, 05:10 PM
RE: Traceback error - by tjnichols - Sep-11-2018, 05:26 PM
RE: Traceback error - by tjnichols - Sep-11-2018, 07:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Traceback error tjnichols 3 3,648 Sep-05-2018, 06:11 PM
Last Post: tjnichols
  Traceback error tjnichols 55 29,174 Jun-25-2018, 11:52 PM
Last Post: Larz60+
  Traceback error - I don't get it tjnichols 2 3,193 May-24-2018, 08:10 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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