Using python 3.2 in Windows 7 I am getting the following:
>>compile('pass', r'c:\temp\工具\module1.py', 'exec')
UnicodeEncodeError: 'mbcs' codec can't encode characters in position 0--1:
invalid character
Can anybody explain why the compile statement tries to convert the unicode
filename using mb
On Wednesday, January 11, 2012 5:50:51 AM UTC+2, Terry Reedy wrote:
> On 1/10/2012 3:08 AM, Terry Reedy wrote:
> Is this a filename that could be an actual, valid filename on your system?
Yes it is. open works on that file.
> Good question. I believe this holdover from 2.x should be deleted.
>
Indeed, on Windows NT the file system encoding should not be mbcs, since it
creates UnicodeEncodeErrors on perfectly valid file names.
--
http://mail.python.org/mailman/listinfo/python-list
Jordan wrote:
> If your using python 2.4.3 or essentially any of the 2.3, 2.4 series,
> i'd test out PyScripter as an IDE, it's one of the best that I've used.
> Unfortunately, they have yet to fully accomedate 2.5 code (you can
> still write 2.5 code with almost no
Kirill Simonov wrote:
> PyScripter does, indeed, look nice, but unfortunately it appeared to
> have similar issues with cyrillic support. Thank you anyway for the
> suggestion.
What are the issues? PyScripter offers full support for utf-8 encoded
files and PEP-263. The editor inte
A beta version of PyScripter with remote debugging is actually out.
See http://pyscripter.googlepages.com/ and http://
pyscripter.googlepages.com/remotepythonengines for details.
Ο/Η Stef Mientki έγραψε:
> azrael wrote:
> > I expirienced some big craches. tra running some aplication v
olor, but in interpreter is
> back to default.
>
> thx
This is a bug in PyScripter that was fixed in version control. The
fix will be available in the next version.
Workaround: After starting Pyscripter, go to Tools, Option, Editor
Options and press OK. This will apply your syntax hig
What functionality does Eclipse have thatPyScripterdoes not?
>
> While we're at it, do any of these debuggers implement a good way to
> debug multi-threaded Python programs?
PyScripter (http://pyscripter.googlepages.com) debugging is based on
the standard Python debugger bdb.py which
PyScripter provides integrated version control, via TortoiseSVN or
TortoiseCVS and the File Explorer.
On Nov 10, 11:21 am, jwelby <[EMAIL PROTECTED]> wrote:
> On Nov 7, 12:42 pm, "Colin J. Williams" <[EMAIL PROTECTED]> wrote:
>
> > jwelby wrote:
> ...
>
&g
PyScripter version 1.9.9.7 has been released at
http://pyscripter.googlecode.com.
PyScripter is a free and open-source Python Integrated Development
Environment (IDE) created with the ambition to become competitive in
functionality with commercial Windows-based IDEs available for other
languages
On Oct 10, 7:48 am, flebber wrote:
> On Oct 9, 3:54 pm, flebber wrote:
>
> > I was hoping someone knew how to setup pyscripter or Spe ide's with
> > light on dark windows. I start to have trouble reading the nomal dark
> > on light screens after any lengthy peri
On Oct 11, 1:51 am, PyScripter wrote:
> In Pyscripter try View, Themes, EOS
> Further dark theme athttp://www.mytreedb.com/downloads/m-subcat/a-skins.html
> (you need to download the archive and place the skin file at %APPDATA%/
> pyscripter/skins)
>
> Dark hihglighters athttp:/
12 matches
Mail list logo