|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi you all,
Some of you may have used Pyvon ( a POV-RAY editor for Linux) sometime ago.
Due to lack of time (and others plans in life), I more or less dropped
the development of Pyvon.
2 months ago, I restarted to write it from scratch, this time using a
more elaborate wrapper : wxPython (-> hence the name :).
It is now completely useable (just a few things are still disabled)
It makes extensive use of Scintilla -> WxPvyon feature syntax
highlighting and word completion.
WxPyvon has more or less the same layout as Pyvon plus a couple of nice
features.
- On Kde render window can be kept on top.
(Does anyone know how to launch an app on top on gnome, windowmaker,...)
- Magnify or unmagnify the current window
It requires :
python (I use version 2.4)
wxpython 2.5.3
try to install psyco (but it should work without it)
How to run it :
Once you have unpacked it just cd to the directory and type python b60.py
A few things still need some work :
insert does not work
directives still need some work
add a Todo list
As always, comments, found bugs, suggestions ... are welcome
I hope you will enjoy it
Fabien
to reply remove '_nospam_'
Post a reply to this message
Attachments:
Download 'wxpyvon_b60.tar.gz' (72 KB)
|
|
| |
| |
|
|
From: fabien HENON
Subject: Re: WxPyvon : new POVRAY Editor for Linux
Date: 30 May 2005 22:59:33
Message: <429bd315@news.povray.org>
|
|
|
| |
| |
|
|
I forgot to add the current directory :
use the file inclosed instead
fabien HENON wrote:
> Hi you all,
>
> Some of you may have used Pyvon ( a POV-RAY editor for Linux) sometime ago.
> Due to lack of time (and others plans in life), I more or less dropped
> the development of Pyvon.
>
> 2 months ago, I restarted to write it from scratch, this time using a
> more elaborate wrapper : wxPython (-> hence the name :).
>
> It is now completely useable (just a few things are still disabled)
>
>
> It makes extensive use of Scintilla -> WxPvyon feature syntax
> highlighting and word completion.
>
> WxPyvon has more or less the same layout as Pyvon plus a couple of nice
> features.
> - On Kde render window can be kept on top.
> (Does anyone know how to launch an app on top on gnome, windowmaker,...)
> - Magnify or unmagnify the current window
>
>
>
> It requires :
> python (I use version 2.4)
> wxpython 2.5.3
>
> try to install psyco (but it should work without it)
>
>
> How to run it :
> Once you have unpacked it just cd to the directory and type python b60.py
>
>
> A few things still need some work :
> insert does not work
> directives still need some work
> add a Todo list
>
> As always, comments, found bugs, suggestions ... are welcome
>
>
> I hope you will enjoy it
>
> Fabien
>
>
> to reply remove '_nospam_'
Post a reply to this message
Attachments:
Download 'us-ascii' (27 KB)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Found a bug in the render on top option. It is better not to use it for
the time being
fabien HENON wrote:
> Hi you all,
>
> Some of you may have used Pyvon ( a POV-RAY editor for Linux) sometime ago.
> Due to lack of time (and others plans in life), I more or less dropped
> the development of Pyvon.
>
> 2 months ago, I restarted to write it from scratch, this time using a
> more elaborate wrapper : wxPython (-> hence the name :).
>
> It is now completely useable (just a few things are still disabled)
>
>
> It makes extensive use of Scintilla -> WxPvyon feature syntax
> highlighting and word completion.
>
> WxPyvon has more or less the same layout as Pyvon plus a couple of nice
> features.
> - On Kde render window can be kept on top.
> (Does anyone know how to launch an app on top on gnome, windowmaker,...)
> - Magnify or unmagnify the current window
>
>
>
> It requires :
> python (I use version 2.4)
> wxpython 2.5.3
>
> try to install psyco (but it should work without it)
>
>
> How to run it :
> Once you have unpacked it just cd to the directory and type python b60.py
>
>
> A few things still need some work :
> insert does not work
> directives still need some work
> add a Todo list
>
> As always, comments, found bugs, suggestions ... are welcome
>
>
> I hope you will enjoy it
>
> Fabien
>
>
> to reply remove '_nospam_'
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> As always, comments, found bugs, suggestions ... are welcome
Hi Fabien,
Please do not post attachments in this group. You shall
consider the binary groups instead, or, even better, post your
new pyvon versions on your sourceforge account :-)
Thanks!
- NC
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
As a Linux newbie with a few dozen distros at his fingertips, I can say
that I do indeed "have" python, but I have no idea what to do with your
script. Do I compile it once with python, invoke it everytime like I might
if I had Java installed, etc.??
"fabien HENON" <fabienhenon_nospam_@free.fr> wrote in message
news:429bccce@news.povray.org...
> Hi you all,
>
> Some of you may have used Pyvon ( a POV-RAY editor for Linux) sometime
> ago.
> Due to lack of time (and others plans in life), I more or less dropped
> the development of Pyvon.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Greg M. Johnson <gregj;-)565### [at] aolcom> wrote:
> As a Linux newbie with a few dozen distros at his fingertips, I can say
> that I do indeed "have" python, but I have no idea what to do with your
> script. Do I compile it once with python, invoke it everytime like I might
> if I had Java installed, etc.??
Just run it? There's an executable named b60.py there.
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I Greg,
here is the recipe :
- open a terminal ( ie konsole,xterm,...) in kde, gnome, ....
- untar the tgz file in the directory ( or use konqueror to unpack it
where you want)
- once the file 'untargzed', go to the directory in which is was 'untargzed'
- type 'python b60.py'
To avoid a bug just disable the render on top options.
Hope this helps
Fabien
Greg M. Johnson wrote:
> As a Linux newbie with a few dozen distros at his fingertips, I can say
> that I do indeed "have" python, but I have no idea what to do with your
> script. Do I compile it once with python, invoke it everytime like I might
> if I had Java installed, etc.??
>
> "fabien HENON" <fabienhenon_nospam_@free.fr> wrote in message
> news:429bccce@news.povray.org...
>
>>Hi you all,
>>
>>Some of you may have used Pyvon ( a POV-RAY editor for Linux) sometime
>>ago.
>>Due to lack of time (and others plans in life), I more or less dropped
>>the development of Pyvon.
>
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
If you can get this to work under Ubuntu, let me know.
I have all the dependencies satisfied, and all I get is a compile error.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|