473,803 Members | 2,792 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

GO AHEAD -MAKE ME LOOK DUMB- Please

I have exhausted places to look for where "PYTHONPATH " is located..

In windows (using the DOS command) no such thing exist but path does.
I find no file with that name.
I have yet to find a config file that I would think might work as
PYTHONPATH.

What am I missing?

Thanks

Aubrey
Jul 18 '05 #1
4 1420
On Tue, 30 Dec 2003 19:55:35 -0500, "Aubrey Hutchison"
<ab*****@comcas t.net> wrote:
I have exhausted places to look for where "PYTHONPATH " is located..

In windows (using the DOS command) no such thing exist but path does.
I find no file with that name.
I have yet to find a config file that I would think might work as
PYTHONPATH.

What am I missing?

Thanks

Aubrey

Try:
START\SETTINGS\ CONTROL PANEL\SYSTEM
then select Advanced
then select Environmental Variables
then click on "new" and make your PYTHONPATH

Don't feel badly..took me awhile too...:)
Norm

Jul 18 '05 #2
Under Win98 pythonpath is used as an environment variable
and its string value can be displayed from a DOS command prompt
using the echo command ....

echo %pythonpath%
K:\Python\Lib\s ite-packages\fixedp oint;G:\dislin\ python;K:\Pytho n\py_Work\GUI\T k
\Grayson\Exampl es;K:\Python\py _Work\GUI\Tk\Gr ayson\Examples\ Common

From the Python interpreter, pythonpath can be checked
using the os.environ method ....

import os

list_pp = os.environ[ 'pythonpath' ].split( ';' )

for this_path in list_pp : .... print this_path
....
K:\Python\Lib\s ite-packages\fixedp oint
G:\dislin\pytho n
K:\Python\py_Wo rk\GUI\Tk\Grays on\Examples
K:\Python\py_Wo rk\GUI\Tk\Grays on\Examples\Com mon


--
Cousin Stanley
Human Being
Phoenix, Arizona

Jul 18 '05 #3
In article <2_************ ********@comcas t.com>,
Aubrey Hutchison <ab*****@comcas t.net> wrote:
I have exhausted places to look for where "PYTHONPATH " is located..

In windows (using the DOS command) no such thing exist but path does.
I find no file with that name.
I have yet to find a config file that I would think might work as
PYTHONPATH.

What am I missing?


Run regedit.exe .
Look at HKEY_LOCAL_MACH INE\SOFTWARE\Py thon\PythonCore \[version]\PythonPath .
Be enlightened. :-)

Gary Duzan
BBN Technologies
A Verizon Company
Jul 18 '05 #4
Thanks

Aubrey
"Gary D. Duzan" <gd****@bbn.com > wrote in message
news:VY******** ***@news.level3 .com...
In article <2_************ ********@comcas t.com>,
Aubrey Hutchison <ab*****@comcas t.net> wrote:
I have exhausted places to look for where "PYTHONPATH " is located..

In windows (using the DOS command) no such thing exist but path does.
I find no file with that name.
I have yet to find a config file that I would think might work as
PYTHONPATH.

What am I missing?
Run regedit.exe .
Look at

HKEY_LOCAL_MACH INE\SOFTWARE\Py thon\PythonCore \[version]\PythonPath . Be enlightened. :-)

Gary Duzan
BBN Technologies
A Verizon Company

Jul 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2848
by: kevin bailey | last post by:
hi there, is xmlspy way ahead of everyone else? i work on a linux workstation and use vmware/windows 2000 to work with windows based clients. i have been able to carry out a couple of basic xml projects using emacs but we now have a project involving imported schemas.
0
1786
by: David G. | last post by:
The keyboard type ahead buffer does not seem to work in Access 2003 in certain situations. We would like some help with this. Here are the details. We have a large program that was developed in Access 2000. We are now converting it to Access 2003. The program has a form for entering orders. Each order usually consists of dozens of items. To enter the items on the order the entry person
3
1110
by: ad | last post by:
We can inherited a class. but when a class has a .aspx ahead, can we inherit the class and it's .aspx together?
1
2110
by: Rob T | last post by:
I'm porting over an application that runs on an AS/400 over to asp.net. One of the features my users like is to be able to start typing before the screen is loaded. (this is a 5250 emulator, not IE). In some cases they are able to pass through several screens before they even load. For example, in an order entry screen, they could go past the 'customer name' screen, then 'shipping info' screen, then 'billing info' screen to end up at...
12
5136
by: Joel Byrd | last post by:
I'm having a little problem with using type-ahead functionality for an auto-suggest box. Sometimes, when I start to type something and the type-ahead shows up, the AJAX will send a request query using the value that *includes* the type-ahead value. In other words, say that I type in "ja" and the first listing that comes up is "jack@test.com". The AJAX part is supposed to send "ja" as one of the query string variables when calling the...
2
3395
by: Matthew Wilson | last post by:
The random.jumpahead documentation says this: Changed in version 2.3: Instead of jumping to a specific state, n steps ahead, jumpahead(n) jumps to another state likely to be separated by many steps.. I really want a way to get to the Nth value in a random series started with a particular seed. Is there any way to quickly do what jumpahead apparently used to do?
0
1540
by: cantelow | last post by:
Hi. We're upgrading from ms access 97 to 2003 and finding that the type-ahead buffer in 2003 can't handle as many characters as we are used to in Access 97. I've found this question only once in the archives, with no response, and no entries at all in the ms knowledgebase, so I must be missing something very basic or have done something obscure. Is there a setting somewhere I have missed that can increase the size of the buffer for...
2
2953
by: =?Utf-8?B?R2ls?= | last post by:
I have a server (Win2k3 SBS) that is a domain controller and exchange server. I failed to apply the DST patches until after the DST kicked in. I have since completed successfully the patches and the time on the server is correct. However this seems to have caused problems on the client PC's(XP Pro SP2). All of the client PC's that have the KB931866 patch installed are now 1 hour AHEAD!!! When I UNCHECK the "Automatically Adjust for DST"...
25
1918
by: mdh | last post by:
Hi all, Going quite methodically through K& R ( as some of you can attest to!), I have never seen a big diffference in declaring a function within "main" or "ahead" of it. Now, (p119, K&R II), the discussion states that "functions "whatever" " should be declared ahead of main. Is there a good reason for this? thanks.
2
2152
by: biotechie | last post by:
I have been trying to use this code to enable the type ahead function in a combo box within a form that I am using. The combo box contains the id#, old compound number and new compound number. What is the simplest way to enable the type ahead function? This is the code I am using: Private Sub cboCompound_Number_Change() Dim strTyped As String Dim strSelect As String strTyped = Nz(cboCompoundNumber.Text, "")
0
9703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10550
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10317
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10295
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10069
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9125
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5633
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4275
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3799
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.