Python-spe-users digest, Vol 1 #64 - 7 msgs

python-spe-users-request-tdrK/[email protected] Fri, 20 Jan 2006 12:00:17 +0100
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
Send Python-spe-users mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.berlios.de/mailman/listinfo/python-spe-users
or, via email, send a message with subject or body 'help' to
	[email protected]

You can reach the person managing the list at
	[email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Python-spe-users digest..."


_______________________________________________
http://pythonide.stani.be
http://pythonide.stani.be/manual/html/manual.html
http://pythonide.stani.be/blog/sm_donate _______________________________________________


Today's Topics:

   1. Using different version of Python in PyCrust (Andy Main)
   2. Re: Using different version of Python in PyCrust (SPE Stani's Python Editor)
   3. Re: Using different version of Python in PyCrust (Andy Main)
   4. Kudos for v 0.8.1.d (Peter A. Schott)
   5. Re: Using different version of Python in PyCrust (SPE Stani's Python Editor)
   6. Re: Using different version of Python in PyCrust (Andy Main)
   7. Re: Kudos for v 0.8.1.d (SPE Stani's Python Editor)

--__--__--

Message: 1
Date: Thu, 19 Jan 2006 19:49:49 +0000
From: Andy Main <[email protected]>
To: [email protected]
Subject: [spe-users] Using different version of Python in PyCrust
Reply-To: [email protected]

Hi there,

I have just installed SPE on my Mac.  I have a seperate install of
Python specifically for SPE as the fink install A) runs on X and B)
has an old wx version that does not allow manual install.

My paths are set so that I call the python for SPE in full, and call
fink-python (where all my libraries are) by typing 'python'.  My
slight problem is that the PyCrust shell at the bottom of SPE is using
the wrong version - is it possible to change the path so that it calls
my fink version.

Sorry if this is a confussing setup!

Oh and I'll also ask (though I know there is a Mac list more suitable
for this) is there a way to get an icon for SPE?  I am set so that I
run 'spe' in a terminal to start it.

Thanks for any help,

Andy.

--__--__--

Message: 2
Date: Thu, 19 Jan 2006 21:18:06 +0100
From: "SPE Stani's Python Editor" <[email protected]>
To: python-spe-users-tdrK/[email protected]
Subject: Re: [spe-users] Using different version of Python in PyCrust
Reply-To: [email protected]

On 1/19/06, Andy Main <[email protected]> wrote:
> Hi there,
>
> I have just installed SPE on my Mac.  I have a seperate install of
> Python specifically for SPE as the fink install A) runs on X and B)
> has an old wx version that does not allow manual install.

Why you just don't follow installation instructions of the manual:
http://pythonide.stani.be/manual/html/manual2.html, see section 1.5
Mac Os X

> My paths are set so that I call the python for SPE in full, and call
> fink-python (where all my libraries are) by typing 'python'.  My
> slight problem is that the PyCrust shell at the bottom of SPE is using
> the wrong version - is it possible to change the path so that it calls
> my fink version.
That is weird. I would expect PyCrust to use the version on which it
runs, the same as SPE. To be honnest I'm afraid I can't help you with
that.
>
> Sorry if this is a confussing setup!
>
> Oh and I'll also ask (though I know there is a Mac list more suitable
> for this) is there a way to get an icon for SPE?  I am set so that I
> run 'spe' in a terminal to start it.
The SPE icon is _spe/images/spe.png

Stani


--
http://pythonide.stani.be
http://pythonide.stani.be/screenshots
http://pythonide.stani.be/manual/html/manual.html

--__--__--

Message: 3
Date: Thu, 19 Jan 2006 20:54:56 +0000
From: Andy Main <[email protected]>
To: python-spe-users-tdrK/[email protected]
Subject: Re: [spe-users] Using different version of Python in PyCrust
Reply-To: [email protected]

>
> Why you just don't follow installation instructions of the manual:
> http://pythonide.stani.be/manual/html/manual2.html, see section 1.5
> Mac Os X
>
This is what I have done.  The rest of my python install uses fink
however (I like package management).  Although there is a version of
SPE available through fink, it works through X11 and GTK and is slow
as hell to start up.

> > My paths are set so that I call the python for SPE in full, and call
> > fink-python (where all my libraries are) by typing 'python'.  My
> > slight problem is that the PyCrust shell at the bottom of SPE is using
> > the wrong version - is it possible to change the path so that it calls
> > my fink version.
> That is weird. I would expect PyCrust to use the version on which it
> runs, the same as SPE. To be honnest I'm afraid I can't help you with
> that.

Yes it does - but I want it to run the other version; the one run by
typing 'python'.

> >
> > Sorry if this is a confussing setup!
> >
> > Oh and I'll also ask (though I know there is a Mac list more suitable
> > for this) is there a way to get an icon for SPE?  I am set so that I
> > run 'spe' in a terminal to start it.
> The SPE icon is _spe/images/spe.png
>
> Stani
>

Thanks for the help,

Andy.

>
> --
> http://pythonide.stani.be
> http://pythonide.stani.be/screenshots
> http://pythonide.stani.be/manual/html/manual.html
> _______________________________________________
> Python-spe-users mailing list
> [email protected]
> http://lists.berlios.de/mailman/listinfo/python-spe-users
>

--__--__--

Message: 4
From: "Peter A. Schott" <paschott-/[email protected]>
To: <python-spe-users-tdrK/[email protected]>
Date: Thu, 19 Jan 2006 14:38:30 -0600
Subject: [spe-users] Kudos for v 0.8.1.d
Reply-To: [email protected]

I like the interface - especially the new Output tab.  It also feels cleaner
somehow.  Thanks for all of your hard work.

-Pete Schott


--__--__--

Message: 5
Date: Thu, 19 Jan 2006 22:10:30 +0100
From: "SPE Stani's Python Editor" <[email protected]>
To: python-spe-users-tdrK/[email protected]
Subject: Re: [spe-users] Using different version of Python in PyCrust
Reply-To: [email protected]

I'm not that familiar with Mac, maybe some more mac experienced users
could help you with this on the spe-mac mailing list.
Stani

On 1/19/06, Andy Main <[email protected]> wrote:
> http://pythonide.stani.be
> http://pythonide.stani.be/manual/html/manual.html
> http://pythonide.stani.be/blog/sm_donate
> --
>
>
> >
> > Why you just don't follow installation instructions of the manual:
> > http://pythonide.stani.be/manual/html/manual2.html, see section 1.5
> > Mac Os X
> >
> This is what I have done.  The rest of my python install uses fink
> however (I like package management).  Although there is a version of
> SPE available through fink, it works through X11 and GTK and is slow
> as hell to start up.
>
> > > My paths are set so that I call the python for SPE in full, and call
> > > fink-python (where all my libraries are) by typing 'python'.  My
> > > slight problem is that the PyCrust shell at the bottom of SPE is using
> > > the wrong version - is it possible to change the path so that it calls
> > > my fink version.
> > That is weird. I would expect PyCrust to use the version on which it
> > runs, the same as SPE. To be honnest I'm afraid I can't help you with
> > that.
>
> Yes it does - but I want it to run the other version; the one run by
> typing 'python'.
>
> > >
> > > Sorry if this is a confussing setup!
> > >
> > > Oh and I'll also ask (though I know there is a Mac list more suitable
> > > for this) is there a way to get an icon for SPE?  I am set so that I
> > > run 'spe' in a terminal to start it.
> > The SPE icon is _spe/images/spe.png
> >
> > Stani
> >
>
> Thanks for the help,
>
> Andy.
>
> >
> > --
> > http://pythonide.stani.be
> > http://pythonide.stani.be/screenshots
> > http://pythonide.stani.be/manual/html/manual.html
> > _______________________________________________
> > Python-spe-users mailing list
> > [email protected]
> > http://lists.berlios.de/mailman/listinfo/python-spe-users
> >
> _______________________________________________
> Python-spe-users mailing list
> [email protected]
> http://lists.berlios.de/mailman/listinfo/python-spe-users
>


--
http://pythonide.stani.be
http://pythonide.stani.be/screenshots
http://pythonide.stani.be/manual/html/manual.html

--__--__--

Message: 6
Date: Thu, 19 Jan 2006 21:10:55 +0000
From: Andy Main <[email protected]>
To: python-spe-users-tdrK/[email protected]
Subject: Re: [spe-users] Using different version of Python in PyCrust
Reply-To: [email protected]

Actually thinking about this I'm being stupid - pycrust is a wx module
so when you import/run it, of course it will be using the same version
of python as it is being run on.

Thanks for the help in any case - and thanks for the editor, I haven't
really hand a chance to use it properly but it seems to be exactly
what I have been looking for.

Andy.

On 1/19/06, Andy Main <[email protected]> wrote:
> >
> > Why you just don't follow installation instructions of the manual:
> > http://pythonide.stani.be/manual/html/manual2.html, see section 1.5
> > Mac Os X
> >
> This is what I have done.  The rest of my python install uses fink
> however (I like package management).  Although there is a version of
> SPE available through fink, it works through X11 and GTK and is slow
> as hell to start up.
>
> > > My paths are set so that I call the python for SPE in full, and call
> > > fink-python (where all my libraries are) by typing 'python'.  My
> > > slight problem is that the PyCrust shell at the bottom of SPE is using
> > > the wrong version - is it possible to change the path so that it calls
> > > my fink version.
> > That is weird. I would expect PyCrust to use the version on which it
> > runs, the same as SPE. To be honnest I'm afraid I can't help you with
> > that.
>
> Yes it does - but I want it to run the other version; the one run by
> typing 'python'.
>
> > >
> > > Sorry if this is a confussing setup!
> > >
> > > Oh and I'll also ask (though I know there is a Mac list more suitable
> > > for this) is there a way to get an icon for SPE?  I am set so that I
> > > run 'spe' in a terminal to start it.
> > The SPE icon is _spe/images/spe.png
> >
> > Stani
> >
>
> Thanks for the help,
>
> Andy.
>
> >
> > --
> > http://pythonide.stani.be
> > http://pythonide.stani.be/screenshots
> > http://pythonide.stani.be/manual/html/manual.html
> > _______________________________________________
> > Python-spe-users mailing list
> > [email protected]
> > http://lists.berlios.de/mailman/listinfo/python-spe-users
> >
>

--__--__--

Message: 7
Date: Thu, 19 Jan 2006 22:29:38 +0100
From: "SPE Stani's Python Editor" <[email protected]>
To: python-spe-users-tdrK/[email protected]
Subject: Re: [spe-users] Kudos for v 0.8.1.d
Reply-To: [email protected]

On 1/19/06, Peter A. Schott <paschott-/[email protected]> wrote:
> I like the interface - especially the new Output tab.  It also feels cleaner
> somehow.  Thanks for all of your hard work.

THANKS! Please promote SPE where ever you can (newsgroups, blogs, etc...).

Dimitri is writing a new SPE tutorial about SPE. For those who want a
preview: http://www.serpia.org/spenew Please help him by leaving your
comments (or thanks messages) to him. He still has to adjust the
screenshots.

I hope to release within a week a new version which cleans up some
stupid bugs, like the shortcut on the windows start menu is not
working, the browser on ubuntu/linux, etc... (for more info read
http://pythonide.stani.be/blog)
Does anyone still have problems with unicode files? If yes, please
send me privately the problematic files.

Stani

--
http://pythonide.stani.be
http://pythonide.stani.be/screenshots
http://pythonide.stani.be/manual/html/manual.html


--__--__--

_______________________________________________
Python-spe-users mailing list
[email protected]
http://lists.berlios.de/mailman/listinfo/python-spe-users


End of Python-spe-users Digest