Starting vmtk 0.something I changed the imports to from vmtk import vmtkscript from vmtk import vtkvmtk
and commented the lines in __init__.py in the process, and never got back to it. If you think it's more standard, we can uncomment them, no problem. Luca On Feb 25, 2011, at 3:30 PM, Johannes Ring wrote: > On Fri, Feb 25, 2011 at 3:23 PM, Samuele Zampini > <[email protected]> wrote: >>> >>> >>> Did this work before? It seems to me that importing * from vmtk does >>> not import anything. >> >> Yeah, >> >> it has always worked.. The * means ``all'', doens't it?? > > Yes, it means import all, however the __init__.py script is empty so > it does not really import anything. > > Luca: the __init__.py file contains only this: > > #import pypes > #import vtkvmtk > #import vmtkscripts > > Is that correct? > > Johannes > > ------------------------------------------------------------------------------ > 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 > [email protected] > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/vmtk-users
