skip to navigation
skip to content

  • Hi, I am new to Python from Java background, I have following structure
    • /root
              /folder1
                      Class1.py
                      Class2.py
              /folder2
                      Class3.py
      
      I am in the folder2 and want to run class3.py but it need to import a module from Class1.py Could someone please help me?
  • Is there any way to get the environment from a subprocess.Popen created by python? In other words, if the new process updates it's environment, is it possible to get access to the modifications. For example In my case I'm executing MS Visual Studio's vsvars32.bat file and would like to access the modified PATH environment variable.

Answered (fully or partially)


CategoryFaq

EditText (last edited 2008-05-01 15:19:03 by PaulBoddie)