Re: UnicodeEncodeError in compile

2012-01-11 Thread pyscripter
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

Re: UnicodeEncodeError in compile

2012-01-11 Thread pyscripter
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. >

UnicodeEncodeError in compile

2012-01-09 Thread pyscripter
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

Re: Light on Dark screen for Spe or Pyscripter

2010-10-10 Thread PyScripter
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:/

Re: Light on Dark screen for Spe or Pyscripter

2010-10-10 Thread PyScripter
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

Python IDE PyScripter v1.9.9.7 released

2009-05-20 Thread PyScripter
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

Re: Looking for a good Python environment

2007-11-10 Thread PyScripter
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

Re: Looking for a good Python environment

2007-11-08 Thread PyScripter
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

Re: pyscripter

2007-02-14 Thread PyScripter
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

Re: favourite editor

2007-02-13 Thread PyScripter
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

Re: Re:A python IDE for teaching that supports cyrillic i/o

2006-11-18 Thread PyScripter
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

Re: XSLT speed comparisons

2006-10-01 Thread pyscripter
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