A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2001-July/015954.html below:

[Python-Dev] Possible solution for PEP250 and bdist_wininst

[Python-Dev] Possible solution for PEP250 and bdist_wininst [Python-Dev] Possible solution for PEP250 and bdist_wininstThomas Heller thomas.heller@ion-tof.com
Fri, 13 Jul 2001 17:45:04 +0200
> I'm unsure about the change to site.py, but this should work:
This was wrong, of course. Sorry for the confusion, should simply be:

diff -c -r1.30 site.py
*** site.py     2001/07/12 21:08:33     1.30
--- site.py     2001/07/13 15:43:49
***************
*** 151,156 ****
--- 151,159 ----
              if os.path.isdir(sitedir):
                  addsitedir(sitedir)

+ if os.sep == ':':
+     sys.extinstallpath = os.path.join(sys.prefix, "lib", "site-packages")
+
  del dirs_in_sys_path

  # Define new built-ins 'quit' and 'exit'.

Thomas




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4