Hi Samuele,

On Fri, Feb 25, 2011 at 2:09 PM, Samuele Zampini
<samuele.zamp...@gmail.com> wrote:
> Dear all,
>
> I am having trouble while using my Python code to run some vmtk features.
>
> The point is that when I updated to Ubuntu 11.04, when I try to run my code,
> I get this message:
>
>> samiam@penrose: ~/Documents/TESI/gui_python > python vmtkgui.py
>> Traceback (most recent call last):
>>   File "vmtkgui.py", line 15, in <module>
>>     import vmtkinterface
>>   File "/home/samiam/Documents/TESI/gui_python/vmtkinterface.py", line 19,
>> in <module>
>>     import vmtkcenterlineswithrenderer
>>   File
>> "/home/samiam/Documents/TESI/gui_python/vmtkcenterlineswithrenderer.py",
>> line 27, in <module>
>>     class vmtkCenterlinesWithRenderer(vmtkcenterlines.vmtkCenterlines):
>> NameError: name 'vmtkcenterlines' is not defined

Can you import the vmtkcenterlines module:

  python -c "from vmtk import vmtkcenterlines"

?

Johannes

> Any idea to solve this point?
>
> Thanks a lot,
>
> --
>
>                                                  Samuele
> ________________________________________________________________________________
> 01001001001000000110000101101101001000000110100001100001011100000111000001111001
>   .~.
>   /V\       L   I   N   U   X
>  // \\          I S    T H E
>  /(   )\           W A Y
>  ^^-^^
> cell phone:   +39 347 342 6510
> home:   +39 0331 823 927
> e.mail:   samuele.zamp...@gmail.com
> www:   samiam1000.spaces.live.com
> skype: samiam85
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT
> data
> generated by your applications, servers and devices whether physical,
> virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> vmtk-users mailing list
> vmtk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/vmtk-users
>
>

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
vmtk-users mailing list
vmtk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vmtk-users

Reply via email to