943,882 Members | Top Members by Rank

Ad:
  • Python Discussion Thread
  • Marked Solved
  • Views: 677
  • Python RSS
May 3rd, 2008
0

RE:Python path

Expand Post »
Dear All,


Iam Using python 2.3,i have pythonpath in environment variables,is it possible to
rename Pythonpath because i have to use two path alternatively first is pythonpath and second is PythonPath1 any idea?????????



regards
Narain
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
happimani is offline Offline
5 posts
since Apr 2008
May 3rd, 2008
0

Re: Python path

You simply do that within the program that needs the additional path information ...
python Syntax (Toggle Plain Text)
  1. # if you want to import a custom module that is not
  2. # normally on the PYTHONPATH let's say it is in directory my_directory
  3. import sys
  4. # put this line before you start importing the module
  5. sys.path.append(r'C:\Python25\my_directory')
Last edited by vegaseat; May 3rd, 2008 at 4:57 pm.
Moderator
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
vegaseat is offline Offline
5,792 posts
since Oct 2004

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Python Forum Timeline: Python Modules reference
Next Thread in Python Forum Timeline: Python with Java





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC