molodiuc / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Not runs on windows 7, ascii error #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Installed Python(x,y)-2.6.5.3.exe by simple clicking.
Recommended components selected.
Installed in c:\Program Files\pythonxy
Python workspace c:\workspace_py
OS Windows 7 (russian locale)
Was logged in as regular user.

Start-Python(x,y)-Python(x,y) simply doesn't run. If run it in interactive mode 
outputs in terminal:

Plugin 'spyder' was found (Version: 1.1.5)
Traceback (most recent call last):
  File "C:\Python26\Scripts\xyhome.pyw", line 21, in <module>
    xyhome.main()
  File "C:\Python26\lib\site-packages\xy\xyhome.pyw", line 672, in main
    form=MainWindow(options)
  File "C:\Python26\lib\site-packages\xy\xyhome.pyw", line 130, in __init__
    self.scanstartup()
  File "C:\Python26\lib\site-packages\xy\xyhome.pyw", line 561, in scanstartup
    default_startup()
  File "C:\Python26\lib\site-packages\xy\config.py", line 85, in default_startup

    filename=osp.join(STARTUP_PATH, CONF.get(None, 'startup'))
  File "C:\Python26\lib\ntpath.py", line 108, in join
    path += "\\" + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc0 in position 9: ordinal
not in range(128)

----------
(may be russian  locale)

Original issue reported on code.google.com by madc...@gmail.com on 25 Oct 2010 at 7:54

GoogleCodeExporter commented 9 years ago
I have the same problem... can't figure solution...

Have you solve this problem already?

Original comment by nunoport...@gmail.com on 25 Nov 2011 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 18 Dec 2011 at 9:47