how to solve this tclerror?
contro opinion
contropinion at gmail.com
Mon Jul 2 10:14:58 EDT 2012
i solve it myself
1.download tile-0.8.4.0.tar.gz
2. ./configure
3. make
4 make install
tiger at ocean:~$ cd /home/tiger/Arelle
tiger at ocean:~/Arelle$ python3.2 arelleGUI.pyw
i get what i want ,haha.....
2012/7/2 contro opinion <contropinion at gmail.com>
> i want to install a software,
>
> please see the manul page 2
> http://www.openfiling.info/wp-content/upLoads/data/ArelleUsersManual.pdf
>
> when i input the command to install Arelle :
>
>
> tiger at ocean:~$ cd /home/tiger/Arelle
> tiger at ocean:~/Arelle$ python3.2 arelleGUI.pyw
> Traceback (most recent call last):
> File "arelleGUI.pyw", line 11, in <module>
> CntlrWinMain.main()
> File "/home/tiger/Arelle/arelle/CntlrWinMain.py", line 1113, in main
> cntlrWinMain = CntlrWinMain(application)
> File "/home/tiger/Arelle/arelle/CntlrWinMain.py", line 164, in __init__
> windowFrame = Frame(self.parent)
> File "/usr/local/lib/python3.2/tkinter/ttk.py", line 761, in __init__
> Widget.__init__(self, master, "ttk::frame", kw)
> File "/usr/local/lib/python3.2/tkinter/ttk.py", line 559, in __init__
> _load_tile(master)
> File "/usr/local/lib/python3.2/tkinter/ttk.py", line 47, in _load_tile
> master.tk.eval('package require tile') # TclError may be raised here
> _tkinter.TclError: can't find package tile
>
> how to solve this problem?
>
> i have installed python3.2 ,tk-dev ,lxml ,tkinter
>
> tiger at ocean:~/Arelle$ python3.2
> Python 3.2.3 (default, Jul 2 2012, 21:23:34)
> [GCC 4.4.5] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import tkinter
> >>> import lxml
> >>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120702/39445aab/attachment.html>
More information about the Python-list
mailing list