Idle subprocess error cant use editor.
Sent from Windows Mail--
https://mail.python.org/mailman/listinfo/python-list
i'm mainly a PHP man but playing with python recently!
I have a very small class that retrieves data from a very small sqlite3 db
called encyclopedia,which has a table called wiki & two field called one & two
(yes I know - no imagination, I should get out more!):
import sql
t;
self.conn.close()
x = do()
x.doConn()
#all select statements work , the first two strings are defined under class so
referencing with 'self' works. other is defined inside method so doesn't need
it.
--
https://mail.python.org/mailman/listinfo/python-list
I acknowledge the security points & also by the way I omitted using any Try
Catch statements , because at this stage coming from PHP I was more focused on
getting a select statement to actually work in python.
Also I know the end use will be off line and is part of a python & kivy pro
Please remove the page
https://mail.python.org/pipermail/python-list/2014-September/678498.html
Thank You
Gabriele Silvagni
--
https://mail.python.org/mailman/listinfo/python-list
hi,
i am not sure what is wrong, but after launching the installer for windows
XPsp3 python-3.5.0.exe i couldnt see what i have to select, it was a white
board and the only button on it was "cancel". here is a screen of it:
when i click on random points of this empty board, i get ra
On 11/01/2015 03:06 AM, Chris Warrick wrote:
> On 1 November 2015 at 09:23, t_ciorba--- via Python-list
> wrote:
>>
>> hi, i am not sure what is wrong, but after launching the installer
>> for windows XPsp3 python-3.5.0.exe i couldnt see what i have to
>> select
On Sunday, November 1, 2015 at 8:52:55 AM UTC-7, Chris Angelico wrote:
> On Mon, Nov 2, 2015 at 2:43 AM, rurpy--- via Python-list
> wrote:
> > Why, oh why, do the python.org front page and other pages that offer
> > a Windows download not say a word about it not run
On 11/01/2015 09:43 AM, Chris Angelico wrote:
> On Mon, Nov 2, 2015 at 3:24 AM, rurpy--- via Python-list
> wrote:
>> I dont recall seeing anyone posting asking why they could not get
>> Python to install on Windows 95 recently. I only read this group
>> intermittent
I think Python 2.x is still used more than Python 3.x in scientific computing.
The Python books I have in this area, such as "Python for Finance: Analyze Big
Financial Data" and "Python for Data Analysis", still use Python 2.x . An
aspiring computational scientist, data sci
for the reminder.
You're welcome. And thanks for the reasonable response. Everytime
I post to this list it is like stepping into Alice's Wonderland so
it is a nice change.
--
https://mail.python.org/mailman/listinfo/python-list
mes heard paraphrase:
Some people, when confronted with a problem, think "I know, I'll use
Python." Now they have two problems
The point being it's a cute and memorable aphorism but not very meaningful
because it can be applied to anything one wishes to denigrate.
Of course t
How do I make a regular expression that returns true if the end of
> > >> the line is an asterisk
> > >
> > >Why use a regular expression?
> > >
> > > if line[-1] == '*':
> > >yep(line)
> > > else:
> >
ne of the others
was machine-generated code, the other was a "look what you can do with
regexes" example, not serious code.
Here is an example of "abusing" python
https://benkurtovic.com/2014/06/01/obfuscating-hello-world.html
I wouldn't use this as evidence that Python
On Monday, November 2, 2015 at 9:38:24 PM UTC-7, Michael Torrie wrote:
> On 11/02/2015 09:23 PM, rurpy--- via Python-list wrote:
> >> My completely unsolicited advice is that regular expressions shouldn't be
> >> very high on the list of things to learn. They are very us
On 11/03/2015 12:09 PM, Anthony Papillion wrote:
> Does anyone know of a module that allows the wiring of Outlook PST
> files using Python? I'm working on a project that will require me to
> migrate 60gb of maildir mail (multiple accounts) to Outlook.
I used libpst (http://www.f
I should have checked the web site before posting, it
appears that both libpst and libpff only read pst files,
no write. Sorry for the noise.
--
https://mail.python.org/mailman/listinfo/python-list
need not even be a programmer
> to use them: consider grep, sed, a zillion editors, database query
> languages, etc.
I thought the context, which you removed even to the point cutting
text from the very same line you quoted, made that clear but perhaps
not.
Indeed it is quite eye-opening when one does learn a little CS and
discovers these things that were just a useful "feature" actually have
a deep and profound theoretical basis.
--
https://mail.python.org/mailman/listinfo/python-list
truct a mathematical
> system based on pattern matching which is Turing complete, and therefore in
> principle any problem you can solve using a program written in (say) Python,
> C, Lisp, Smalltalk, etc, or execute on a CPU (or simulate in your head!)
> could be written as a
important in a theoretical
sense. You are not well rounded as a programmer if you decline to
learn about regular expressions because "they are too cryptic", or
"I can do in code anything they do".
I think the constant negative reception the posters receive here when
they
e them, but take them with a BIG grain of salt and continue
learning about and using regexs.
You will find they are an indispensable tool, not just in Python
programming but in many aspects of computer use.
--
https://mail.python.org/mailman/listinfo/python-list
On 11/04/2015 05:33 PM, Chris Angelico wrote:
> On Thu, Nov 5, 2015 at 11:13 AM, rurpy--- via Python-list
> wrote:
>> On 11/04/2015 07:52 AM, Chris Angelico wrote:
>>> On Thu, Nov 5, 2015 at 1:38 AM, rurpy wrote:
>>>> I'm afraid you are making a category
that profoundly insightful comment.
--
https://mail.python.org/mailman/listinfo/python-list
On 11/04/2015 07:24 PM, Steven D'Aprano wrote:
> On Thu, 5 Nov 2015 11:24 am, wrote:
>
>> You will find they are an indispensable tool, not just in Python
>> programming but in many aspects of computer use.
>
> You will find them a useful tool, but not indispe
you can see from the other posts, there
> are alternatives, which are often FAR superior.
No, not FAR superior, just preferable and just in the simple cases,
regexes generally being better in anything beyond simple.
--
https://mail.python.org/mailman/listinfo/python-list
, then a second phone number"
> - you will have to *repeat* the pattern for phone number twice. In
> more complex cases this can become a nightmare, like the monster that
> was mentioned before to validate an email.
>
> A better alternative, then, is PEG for example. You can eas
n example of the text we are slicing apart.
>
>[...email headers...]
>
> The practice problems are something like pull out all the email
> addresses or pull out the days of the week and give the most common.
Yes, that is a perfectly appropriate use of regexes.
As Steven me
On 10/11/2015 20:14, Dennis Lee Bieber wrote:
The Ada language defines the end of Text file to consist of
It is 15 years this month since I last worked in place that used Ada. I
think that calls for a wee dram to celebrate ;-)
--
https://mail.python.org/mailman/listinfo/python-list
On 10/11/2015 21:02, Dennis Lee Bieber wrote:
On Tue, 10 Nov 2015 20:36:52 +, mm0fmf via Python-list
declaimed the following:
On 10/11/2015 20:14, Dennis Lee Bieber wrote:
The Ada language defines the end of Text file to consist of
It is 15 years this month since I last worked in place
Or try out SPE: http://pythonide.stani.be
It ships with a visual gui designer, called wxGlade, debugger WinPdb,
etc...
Stani
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
The new version of SPE 0.8.1.b (Python IDE) supports this. On the
toolbar press the "run/stop with winpdb button" button ('gear with bug
in it' icon) and when you want to find out, press the debug button (bug
icon), then the debugger will break your script and you are even
Stone (bug report)
Development:
* http://developer.berlios.de/mail/?group_id=4161
Donations (thanks!):
* Widhaya Trisarnwadhana
About SPE:
SPE is a python IDE with auto-indentation, auto completion, call tips,
syntax coloring, uml viewer, syntax highlighting, class explorer,
source index,
With some good guidance, it goes much more smooth than I thought, even
for a total Mac newbie like me. For example to install the latest
Python 2.4.2 and wxPython2.6 on the Mac was very easy. You can find
instructions in the SPE Python IDE manual and also how to install SPE
on the Mac in case you
Thanks Tim,
SPE is written in Python and uses wxPython for its user interface and
is being actively developed.
In case you want to know more:
SPE is a python IDE with auto-indentation, auto completion, call tips,
syntax coloring, UML viewer, syntax highlighting, class explorer,
source index
If it's just about displaying pydoc pages... SPE Python IDE has pydoc
built in. Just open any file and click on the pydoc tab, next to the
uml tab. Then you see the python documentation of that script, which is
generated on the fly, If you want to see documentation about the sys
module, just
http://mail.python.org/mailman/listinfo/python-list
ore execute'
- run with sys.executable (movable python)
- info.PYTHON_EXEC to pythonw for Mac
- __name__ in shell is now "__main__" for executing scripts
- Kiki dialog box (by Andrea Gavana)
- import sys when right version wxPython is not found
**Changes**:
- auto reload change file is off by
Sorry, should be SPE 0.8.1.c
Stani
--
http://mail.python.org/mailman/listinfo/python-list
e.stani.be/screenshots
http://pythonide.stani.be/manual/html/manual.html
--
http://mail.python.org/mailman/listinfo/python-list
So is Ubuntu your primary OS? Please email me privately at
pythonide.stani.be_gmail.com
News about new release you can follow here:
http://pythonide.stani.be/blog
--
http://mail.python.org/mailman/listinfo/python-list
Ubuntu
> Linux. Since this release of Ubuntu is two months old and rather up to
> date with all things Python, IMO the SPE builders are pushing it a
> little too much by requiring even a newer version of wxPython.
This is a misinterpretation, SPE failed because of something else. (As
would
Anyway, apt-getting spe now... which doesn't work:
>
> Unpacking python-wxversion (from
> .../python-wxversion_2.6.1.1.1ubuntu2_all.deb)
> ...
> dpkg: error processing
> /var/cache/apt/archives/python-wxversion_2.6.1.1.1ubuntu2 _all.deb
> (--unpack):
> tryi
Sybren Stuvel wrote:
> It runs now, but some things aren't working.
Besides the crashing down, what else? I am very curious.
> When I open a file and
> click on the "browse" tab, I see the current directory. If I then
> double-click on a Python file, I'd ex
.
>>> webbrowser._tryorder
['galeon', 'mozilla-firefox', 'mozilla', 'w3m']
As a workaround I check for the file '/usr/bin/firefox' and use a
os.system call. Of course a user could maybe install Netscape, but it
would be absurd that SPE would require Netscape.
Is there a reason why this doesn't work? It looks like a bug.
Stani
--
http://pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
sr/bin/firefox')
True
I also have Ubuntu on a VMware Player and there it works out of the
box, although firefox is not registered there. (mozilla-firefox is.)
It is strange as I just installed Ubuntu on this system and can't
imagine something is screwed up already.
--
http://mail.python.org/mailman/listinfo/python-list
omputers, a 500MHz proc, 256MB
> RAM.
There is a deb package for SPE on the SPE website. Install that one
rather than the package on MOTU, which seems to be broken.
Stani
--
http://pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
John Salerno wrote:
> [EMAIL PROTECTED] wrote:
> > I have installed wx and everything looks fine. I have written a small
> > app that uses wx.
> >
> > When I run my program from the console like
> > ubuntu $ python PROGRAM_NAME.py
> >
> > it giv
zip
Stani
--
http://pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
John Salerno schreef:
> Does anyone know if SPE is compatible with Python 2.5? I don't see a
> Windows exe file for 2.5, so I wasn't sure if I should use the 2.4 version.
>
> Thanks.
It should be. Contact me and I'll help you to make a 2.5 installer,
which I'll gl
, Linux or Mac, deb or rpm, vim
or emacs, not to mention Tkinkter, pyGTK, wxPython, pyKDE, pyCocoa, ...
this might not come as a surprise. Appearantly, despite the fact that
python IDE's are only a relative very small segment, did not matter so
much. It seems also that programmers are addict
ail.python.org/mailman/listinfo/python-list
nuing donations.
The SPE 0.8.2.a release got downloaded 110550 times on berlios and
sourceforge together. Not bad. This means SPE has not seen an update
for a while or is getting very popular. Maybe both ;-)
Installers are available for python 2.3, 2.4 and 2.5 for Windows and as
a rpm including wxPython.
get more and better support on the
wxpython-user mailing list.
Stani
--
http://pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
a better option?
Yes, use box sizer if you have to place only one control or when you
need to place a row or column of controls.
Stani
--
http://pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
Chris
> Bernard wrote:
> > thanks Stani!
> >
> > SPE - Stani's Python Editor wrote:
> > > This is a maintenance release (mostly bug fixing) to prove that SPE is
> > > alive and well! In case you are using wxPython2.7 you'll need to
> > > up
when you just want to get some work done. i really like SPE's
> layout and features but if it's going to be dogshit slow all the time
> i'll have to change. please help!
SPE does error syntax checking which works fine for normal sized python
files. With these settings you can sp
timmy schreef:
> SPE - Stani's Python Editor wrote:
> > timmy schreef:
> >
> >
> >>hello i've been using the SPE editor on a moderately large project and
> >>it's constantly pausing during editing, like it's attempting to check
>
freeware.
Donations however never hurt.
Stani
--
http://pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
org/mailman/listinfo/python-list
lman/listinfo/python-list
SPE was hosted for a long while by Zettai. I'd like to thank them again
for their wonderful service. Unfortunately they will go out of
business. So SPE is looking for a new webhost.
These are the requirements:
- python framework (Zope/Plone, django, turbogears, ...)
- I have the freedom t
If wxPython is rightly installed, which means that "import wx" works
fine and "wx.VERSION" gives the right version, you can ignore the
wxPython warning.
Please cd do your site-packages directory and do "python SPE.py
--debug" and see the error message.
Stani
On
Install wxPython and than you can use SPE, a free Python IDE with UML,
GUI builders, ...
Stani
Scott_Davies wrote:
> Hi,
>
> I have an old Mac with OS X Panther installed. I also have the Python
> language download file, but I haven't got a text/script editor to use
> for i
Do you have python-wxversion installed?
$sudo apt-get install python-wxversion
Stani
On 29 nov, 23:21, egbert <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 29, 2006 at 11:31:27AM -0800, SPE - Stani's Python Editor wrote:>
> If wxPython is rightly installed, which means th
On 30 nov, 10:50, egbert <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 29, 2006 at 03:15:45PM -0800, SPE - Stani's Python Editor wrote:>
> Do you have python-wxversion installed?
>
> > $sudo apt-get install python-wxversionThat helped. But why isn't it
> > i
which version of SPE are you using? You'll need SPE 0.8.3.c for
wxPython 2.7 I've fixed this bug already in the latest version.
http://prdownload.berlios.de/python/SPE-0.8.3.c-wx2.6.1.0-no_setup.zip
Stani
On 30 nov, 12:23, Thomas Ploch <[EMAIL PROTECTED]> wrote:
> SPE - St
suggestions?
For now use:
http://developer.berlios.de/projects/python/
Until I find time to choose a new host and set up a new website.
Stani
--
http://mail.python.org/mailman/listinfo/python-list
ns about it?
> > Where can I report bugs and make suggestions?
>
> > Thanks,
>
> > LaszloI seem to remember he was looking for a new webhost a couple of
> weeks ago. Tryhttp://sourceforge.net/projects/spe/for now.
--
http://mail.python.org/mailman/listinfo/python-list
On 1/8/07, Laszlo Nagy <[EMAIL PROTECTED]> wrote:
I always thought that if you use multiple processes (e.g. os.fork) then
Python can take advantage of multiple processors. I think the GIL locks
one processor only. The problem is that one interpreted can be run on
one processor only. Am
You won't find a better book about wxPython.
Stani
--
http://pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
pe.deb (be sure to have pythonX.X-dev installed)
:**Development**:
- http://developer.berlios.de/mail/?group_id=4161
About SPE:
SPE is a python IDE with auto-indentation, auto completion, call tips,
syntax coloring, uml viewer, syntax highlighting, class explorer,
source index, auto todo list, stick
How do you run your code in SPE? I advise you to run it with
Tools>Run/Stop (Ctrl+R) There would be no reason why it wouldn't work.
Stani
--
http://mail.python.org/mailman/listinfo/python-list
I'm happy to spread the word about showmedo.com, an excellent
collection of python programming videos.
>From the website
http://showmedo.com/videoListPage?listKey=TheBigPythonList:
"""Want to learn how to use some of the best Python programming tools
out there, including t
SPE: http://pythonide.stani.be
I use it on Ubuntu. For a quick start, view:
http://showmedo.com/videoListPage?listKey=PythonDevelopmentWithSPE
Stani
--
http://mail.python.org/mailman/listinfo/python-list
> (I never saw this elsewhere).
FYI SPE has these two features as well...
Stani
---
SPE - http://pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
- pymedia: http://www.pymedia.org/
- pyvideo: http://www.geocities.com/rtrocca/python/ (use avisynth)
- videocapture: http://videocapture.sourceforge.net/
If you are on Mac, you probably have access to everything by pyobjc.
Good luck,
Stani
--
http://pythonide.stani.be
--
http
specially
usefull (but not limited to) developping database applications as it
is an open source alternative to Visual Fox pro.
Stani
--
http://www.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
On May 30, 7:47 pm, yuce <[EMAIL PROTECTED]> wrote:
> re: BJörn, I think selecting a GPL license will increase the number of
> usable packages, since using Python license with GPL is perfectly fine
> as long as the whole software is licensed under GPL [I am not really
> su
el Genellina
Did you take in account that line endings on Windows are '\r\n' and
not '\n'?
Stani
--
http://pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
/pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
a more elegant solution.
Stani
--
http://www.stani.be
http://pythonide.stani.be
In my code this would be called like
--
http://mail.python.org/mailman/listinfo/python-list
On Mar 1, 11:39 am, [EMAIL PROTECTED] wrote:
> Thanks guys
>
> Found this on another blog and it seems to work - you need to run theSPE.pyo
> file ...
Which blog? Can yo point me to the url?
Stani
--
http://mail.python.org/mailman/listinfo/python-list
xperienced python programmers.
Read more and comment here:
http://pythonide.stani.be
Thanks for your interest,
Stani
--
http://mail.python.org/mailman/listinfo/python-list
On Mar 6, 8:39 am, "Nick Vatamaniuc" <[EMAIL PROTECTED]> wrote:
> On Mar 5, 5:16 pm, "Alex Li" <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I would like to use Python 2.5 on Windows with Graphviz to generate
> > graphs. I used yapgvb
rds,
> Jordan
Hi Jordan,
Thanks for trying. Did you try from subversion? Could you send me the
debug output (python SPE.py --debug) or send me the file you were
trying to open? SPE has not any specific wxPython2.8 feature, so I am
very curious what causes the error.
Stani
PS Erratum: I forgot
If the error is reproducable and you can run wxPython, you could use
the excellent WinPdb debugger, which ships with SPE (python editor):
http://www.digitalpeers.com/pythondebugger/
... but if you can only run your script on a remote server this won't
help you.
Stani
--
SPE -
--
> > Best regards,
> > Ghirai.
>
> You might want to check outSPE. It's a
> greatPythonIDE.http://pythonide.blogspot.com/
The latest version SPE 0.8.4 is currently only available through
subversion and will hopefully be released on the 1st of april:
svn chec
On 27 Mrz., 14:01, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> I believe that just deleting the folders should work
No, never delete the folder if you used the windows installer (*.exe)!
Go to your control panel>Add/Remove Programs and there should be an
entry
jects/spe/
>
> That is old addres. Never ishttp://developer.berlios.de/projects/python/
>
> --
> Jaroslaw Zabiellohttp://blog.zabiello.com
SPE will restart. Follow it on http://pythonide.stani.be
Stani
--
http://mail.python.org/mailman/listinfo/python-list
ts should appear in your "All Programs".
Stani
PS. A new version is about to released: http://pythonide.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
On 3 nov, 15:11, Simon Pickles <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have recently moved from Windows XP to Ubuntu Gutsy.
>
> I need a Python IDE and debugger, but have yet to find one as good as
> Pyscripter for Windows. Can anyone recommend anything? What are you all
&g
> Can anyone recommend an open source IDE for Python that runs on Linux?
A lot of SPE (http://pythonide.stani.be) users are on all kinds of
Linux flavours (but also Mac OSX and windows). I've started to use SPE
on Ubuntu. There could be some improvements. As soon as I have time
I'
Hi,
I'm creating a GUI program
with wxPython which will be distributed for Mac and Windows. The
audience of the program is not technical at all (eg they've never
heard about Python yet ;-), so everything should go automatically. The
program should be able to update itself and to
Can you be more specific? Which module do you mean at python.org?
Stani
--
http://mail.python.org/mailman/listinfo/python-list
SPE also integrates with XRCed which is very stable. Google for more
info.
Stani
--
http://mail.python.org/mailman/listinfo/python-list
I'm pleased to announce the release of Phatch which is a
powerful batch processor and renamer. Phatch exposes a big part of the
Python Imaging Library through an user friendly GUI. (It is using
python-pyexiv2 to offer more extensive EXIF and IPTC support.) Phatch
is not targeted at manipul
On Feb 19, 4:23 am, "Daniel Fetchinson" <[EMAIL PROTECTED]>
wrote:
> On 2/18/08, SPE - Stani's Python Editor <[EMAIL PROTECTED]> wrote:
> > I'm pleased to announce the release of Phatch which is a
> > powerful batch processor and renamer. Phatch expos
On Feb 22, 1:41 am, Mike Driscoll <[EMAIL PROTECTED]> wrote:
> On Feb 20, 4:19 am, Stani <[EMAIL PROTECTED]> wrote:
> > Even without python-pyexiv2 Phatch features read-only EXIF support thanks to
> > PIL. So you can name your files or write data stamps (dat
://bugs.launchpad.net/phatch/
I hope a lot of people give this program a try as it only requires you
to set up wxPython and PIL.
Stani
--
http://photobatch.stani.be
--
http://mail.python.org/mailman/listinfo/python-list
can give it a go if
> > > someone can give me advice.
>
> > You need to compile two things:
> > 1. the exiv2 library
> > 2. the python-pyexiv2 bindings
>
> > For the exiv2 library, you will have to dive into the project:
> > The Windows executable prov
2101 - 2200 of 6607 matches
Mail list logo