|
|
|
|
|
|
| |
| |
|
|
From: Grand père Guignot
Subject: povedit, a fairly complete editor for pov
Date: 29 Jun 2002 05:27:54
Message: <3d1d7d9a@news.povray.org>
|
|
|
| |
| |
|
|
The last version of povedit has been released at
http://povedit.sourceforge.net
_ability to control the numerical values of a pov source file with the
mouse.
_pov's SDL extension : multiple renderings
_automatic update
_portfolio with the thumbnails of the last renderings.
_direct connexion with an external program (typically a code generator,
or a mesh generator) shared computation of an image on several computers
_configurable tool bar.
_language support : french or english
_help balloons
Try it ! (Linux only...)
Post a reply to this message
|
|
| |
| |
|
|
From: marabou
Subject: Re: povedit, a fairly complete editor for pov
Date: 4 Jul 2002 03:12:23
Message: <3d23f556@news.povray.org>
|
|
|
| |
| |
|
|
> The last version of povedit has been released at
> http://povedit.sourceforge.net
>
sorry, it is unusable. i do not know why. mybe it is because poython2.2,
but do not know.
error messages at first start and then dead:
[@ povedit]# ./povedit.py
./povedit.py:656: SyntaxWarning: import * only allowed at module level
def DetectionServers(text=None,listeservactifs=[],resu=[]):
./povedit.py:1395: SyntaxWarning: import * only allowed at module level
def StartParallelRender(self):
1
Traceback (most recent call last):
File "./povedit.py", line 1610, in ?
root.option_add( '*Background', Global.maincolor)
File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 516, in option_add
self.tk.call('option', 'add', pattern, value, priority)
TclError: wrong # args: should be "option add pattern value ?priority?"
error messages at second start and then dead:
[@ povedit]# ./povedit.py
./povedit.py:656: SyntaxWarning: import * only allowed at module level
def DetectionServers(text=None,listeservactifs=[],resu=[]):
./povedit.py:1395: SyntaxWarning: import * only allowed at module level
def StartParallelRender(self):
Traceback (most recent call last):
File "./povedit.py", line 1595, in ?
detect = App(None,0,n)
File "./detection.py", line 175, in __init__
self.Varlang = IntVar(Global.langue)
File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 230, in __init__
Variable.__init__(self, master)
File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 171, in __init__
self._tk = master.tk
AttributeError: 'int' object has no attribute 'tk'
Exception exceptions.AttributeError: "IntVar instance has no attribute
'_tk'" in <bound method IntVar.__del__ of <Tkinter.IntVar instance at
0x82587ac>> ignored
Post a reply to this message
|
|
| |
| |
|
|
From: guignot
Subject: Re: povedit, a fairly complete editor for pov
Date: 4 Jul 2002 08:31:57
Message: <3d24403d@news.povray.org>
|
|
|
| |
| |
|
|
marabou wrote:
>
> sorry, it is unusable. i do not know why. mybe it is because poython2.2,
> but do not know.
>
Oops...
I will thoroughly check these error messages this evening.
Could you send me your email adress, I will send u a patch ?
Post a reply to this message
|
|
| |
| |
|
|
From: marabou
Subject: Re: povedit, a fairly complete editor for pov
Date: 6 Jul 2002 09:42:30
Message: <3d26f3c6@news.povray.org>
|
|
|
| |
| |
|
|
guignot wrote:
> marabou wrote:
>>
>> sorry, it is unusable. i do not know why. mybe it is because poython2.2,
>> but do not know.
>>
>
>
> Oops...
>
> I will thoroughly check these error messages this evening.
>
> Could you send me your email adress, I will send u a patch ?
maybe you share the configured code to everyone? or am i the only one with
that problems?
Post a reply to this message
|
|
| |
| |
|
|
From: Grand père Guignot
Subject: Re: povedit, a fairly complete editor for pov
Date: 6 Jul 2002 15:27:40
Message: <3d2744ab@news.povray.org>
|
|
|
| |
| |
|
|
marabou wrote:
> guignot wrote:
>
>> marabou wrote:
>>>
>>> sorry, it is unusable. i do not know why. mybe it is because poython2.2,
>>> but do not know.
>>>
>>
>>
>> Oops...
>>
>> I will thoroughly check these error messages this evening.
>>
>> Could you send me your email adress, I will send u a patch ?
Yes, it is the first time I have this error. I plan to use povedid with
python 1.5 or lower.
> maybe you share the configured code to everyone? or am i the only one with
> that problems?
Yes, the patch will be in the next release, but you may not want to
Post a reply to this message
|
|
| |
| |
|
|
From: marabou
Subject: Re: povedit, a fairly complete editor for pov
Date: 7 Jul 2002 00:19:50
Message: <3d27c166@news.povray.org>
|
|
|
| |
| |
|
|
> marabou wrote:
>
>> guignot wrote:
>>
>>> marabou wrote:
>>>>
>>>> sorry, it is unusable. i do not know why. mybe it is because
>>>> poython2.2, but do not know.
>>>>
>
>
> Yes, it is the first time I have this error. I plan to use povedid with
> python 1.5 or lower.
>
sad. i will stay at v2.2.
>
>> maybe you share the configured code to everyone? or am i the only one
>> with that problems?
>
> Yes, the patch will be in the next release, but you may not want to
you could put only the diff-file(s) on your site.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|