POV-Ray : Newsgroups : povray.binaries.utilities : povedit, a fairly complete editor for pov : Re: povedit, a fairly complete editor for pov Server Time
5 May 2024 20:46:52 EDT (-0400)
  Re: povedit, a fairly complete editor for pov  
From: marabou
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.