We are dealing with very complex XMLs using our internal configuration 
management tool. It's a combination of both speed and
some features that are we are using in our tool. And I am using the 
corresponding library to load the configuration logic files in
nuke.

Cheers,
Thorsten


Thorsten Kaufmann
Production Pipeline Architect
________________________________

Mackevision Medien Design GmbH
Forststraße 7
70174 Stuttgart

T  T +49 711 93 30 48 78
F  +49 711 93 30 48 90
M +49 151 19 55 55 02

thorsten.kaufm...@mackevision.de
http://www.mackevision.de

Geschäftsführer: Armin Pohl, Joachim Lincke, Karin Suttheimer
HRB 243735 Amtsgericht Stuttgart

Von: nuke-python-boun...@support.thefoundry.co.uk 
[mailto:nuke-python-boun...@support.thefoundry.co.uk] Im Auftrag von Sebastian 
Elsner
Gesendet: Donnerstag, 27. März 2014 14:22
An: Nuke Python discussion
Betreff: Re: AW: [Nuke-python] import lxml in nuke

On 03/27/2014 02:17 PM, Thorsten Kaufmann wrote:

Okay,

so after a nightmarish nightshift i managed to compile all dependencies and 
lxml itself using VS2005. I can get it to load now, though I need

the DLLs on the path also.

The dlls next to the .pyd should actually do it. Though I wonder why you so 
desperately need lxml, is the buildin library not working for you?



 I will give static linking a try and prolly go back to agony mode heh. If I 
come up with something useable I shall share it.



Cheers,

Thorsten



Thorsten Kaufmann

Production Pipeline Architect

____________________________________



Mackevision Medien Design GmbH

Forststraße 7

D-70174 Stuttgart



T  T  +49 711 93 30 48 78

F  +49 711 93 30 48 90

M +49 151 19 55 55 02



thorsten.kaufm...@mackevision.de<mailto:thorsten.kaufm...@mackevision.de>

http://www.mackevision.de



Geschäftsführer: Armin Pohl, Joachim Lincke, Karin Suttheimer

HRB 243735 Amtsgericht Stuttgart

-----Ursprüngliche Nachricht-----

Von: 
nuke-python-boun...@support.thefoundry.co.uk<mailto:nuke-python-boun...@support.thefoundry.co.uk>
 [mailto:nuke-python-boun...@support.thefoundry.co.uk] Im Auftrag von Sebastian 
Elsner

Gesendet: Mittwoch, 26. März 2014 20:59

An: Nuke Python discussion

Betreff: Re: [Nuke-python] import lxml in nuke



yea, I know it's a pain in the ....





Am 26.03.2014 20:56, schrieb Thorsten Kaufmann:

Nice one! And...well...narf. Will see if i can get them compiled. We might need 
a public repository similar to gohlke but with builds for different nuke 
releases rather than py/arch heh.



Cheers,

Thorsten

Thorsten Kaufmann

Production Pipeline Architect

____________________________________



Mackevision Medien Design GmbH

Forststraße 7

D-70174 Stuttgart



T  T  +49 711 93 30 48 78

F  +49 711 93 30 48 90

M +49 151 19 55 55 02



thorsten.kaufm...@mackevision.de<mailto:thorsten.kaufm...@mackevision.de>

http://www.mackevision.de



Geschäftsführer: Armin Pohl, Joachim Lincke, Karin Suttheimer HRB

243735 Amtsgericht Stuttgart ________________________________________

Von: 
nuke-python-boun...@support.thefoundry.co.uk<mailto:nuke-python-boun...@support.thefoundry.co.uk>

[nuke-python-boun...@support.thefoundry.co.uk<mailto:nuke-python-boun...@support.thefoundry.co.uk>]
 im Auftrag von

Sebastian Elsner [sebast...@risefx.com<mailto:sebast...@risefx.com>]

Gesendet: Mittwoch, 26. März 2014 20:37

An: Nuke Python discussion

Betreff: Re: [Nuke-python] import lxml in nuke



Did you check the compiler versions? Gohlke binaries are build with 2008, Nuke 
6/7 requires 2005, 8 requires 2010.... pip also only looks for the python 
version and chooses 2008 because its 2.6, so you have to compile yourself with 
2005 or 2010.



Am 26.03.2014 18:15, schrieb Thorsten Kaufmann:



Hm,



well i have not installed them, but it works in a vanilla python. I

did an easy_install using the included python interpreter and it still

would error out (using both pip binary distributions and ghoelke ones). If I do 
the same in a vanilla python it works just fine, so I wonder what the 
difference is.



Cheers,

Thorsten



Von:

nuke-python-boun...@support.thefoundry.co.uk<mailto:nuke-python-boun...@support.thefoundry.co.uk><mailto:nuke-python-bounce<mailto:nuke-python-boun...@support.thefoundry.co.uk>

s...@support.thefoundry.co.uk><mailto:nuke-python-boun...@support.thefoundry.co.uk>

[mailto:nuke-python-boun...@support.thefoundry.co.uk] Im Auftrag von

Nathan Rusch

Gesendet: Mittwoch, 26. März 2014 17:58

An: Nuke Python discussion

Betreff: Re: [Nuke-python] import lxml in nuke



This may sound silly, but do you have the dependencies installed and

available? http://lxml.de/installation.html#requirements





-Nathan



From: Thorsten

Kaufmann<mailto:thorsten.kaufm...@mackevision.de><mailto:thorsten.kaufm...@mackevision.de><mailto:Thorsten.Kauf<mailto:thorsten.kaufm...@mackevision.de>

m...@mackevision.de><mailto:thorsten.kaufm...@mackevision.de>

Sent: Wednesday, March 26, 2014 7:03 AM

To:

nuke-python@support.thefoundry.co.uk<mailto:nuke-python@support.thefoundry.co.uk><mailto:nuke-python@support.thefou<mailto:nuke-python@support.thefoundry.co.uk>

ndry.co.uk><mailto:nuke-python@support.thefoundry.co.uk><mailto:nuke-python@support.thefoundry.co.uk><mailto:nuke-python@support.thefoundry.co.uk><mailto:nuke-p<mailto:nuke-python@support.thefoundry.co.uk>

yt...@support.thefoundry.co.uk><mailto:nuke-python@support.thefoundry.co.uk>

Subject: [Nuke-python] import lxml in nuke



Hey there,



i cannot for the live of me get that to work (getting dll not found). Anyone 
managed to get that to work.



Cheers,

Thorsten



Thorsten Kaufmann

Production Pipeline Architect



________________________________

Mackevision Medien Design GmbH

Forststraße 7

70174 Stuttgart



T  T +49 711 93 30 48 78

F  +49 711 93 30 48 90

M +49 151 19 55 55 02



thorsten.kaufm...@mackevision.de<mailto:thorsten.kaufm...@mackevision.de><mailto:Thorsten.Kaufmann@mackevision.<mailto:thorsten.kaufm...@mackevision.de>

de><mailto:thorsten.kaufm...@mackevision.de><mailto:thorsten.kaufm...@mackevision.de><mailto:thorsten.kaufm...@mackevision.de><mailto:Thorsten.Kaufmann@<mailto:thorsten.kaufm...@mackevision.de>

mackevision.de><mailto:thorsten.kaufm...@mackevision.de>

http://www.mackevision.de



Geschäftsführer: Armin Pohl, Joachim Lincke, Karin Suttheimer HRB

243735 Amtsgericht Stuttgart



________________________________

_______________________________________________

Nuke-python mailing list

Nuke-python@support.thefoundry.co.uk<mailto:Nuke-python@support.thefoundry.co.uk><mailto:Nuke-python@support.thefou<mailto:Nuke-python@support.thefoundry.co.uk>

ndry.co.uk><mailto:Nuke-python@support.thefoundry.co.uk><mailto:Nuke-python@support.thefoundry.co.uk><mailto:Nuke-python@support.thefoundry.co.uk><mailto:Nuke-p<mailto:Nuke-python@support.thefoundry.co.uk>

yt...@support.thefoundry.co.uk><mailto:Nuke-python@support.thefoundry.co.uk>, 
http://forums.thefoundry.co.uk/

http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python











_______________________________________________

Nuke-python mailing list

Nuke-python@support.thefoundry.co.uk<mailto:Nuke-python@support.thefoundry.co.uk><mailto:Nuke-python@support.thefou<mailto:Nuke-python@support.thefoundry.co.uk>

ndry.co.uk><mailto:Nuke-python@support.thefoundry.co.uk>, 
http://forums.thefoundry.co.uk/

http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python





_______________________________________________

Nuke-python mailing list

Nuke-python@support.thefoundry.co.uk<mailto:Nuke-python@support.thefoundry.co.uk>,
 http://forums.thefoundry.co.uk/

http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python



_______________________________________________

Nuke-python mailing list

Nuke-python@support.thefoundry.co.uk<mailto:Nuke-python@support.thefoundry.co.uk>,
 http://forums.thefoundry.co.uk/ 
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python




_______________________________________________

Nuke-python mailing list

Nuke-python@support.thefoundry.co.uk<mailto:Nuke-python@support.thefoundry.co.uk>,
 http://forums.thefoundry.co.uk/

http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python




--

check out www.pointcloud9.com<http://www.pointcloud9.com>



Sebastian Elsner - Pipeline Technical Director - RISE



t: +49 30 20180300 flor...@risefx.com<mailto:flor...@risefx.com>

f: +49 30 61651074 www.risefx.com<http://www.risefx.com>



RISE FX GmbH

Schlesische Strasse 28, Aufgang B, 10997 Berlin

c/o action concept, An der Hasenkaule 1-7, 50354 Hürth

Geschaeftsfuehrer: Sven Pannicke, Robert Pinnow

Handelsregister Berlin HRB 106667 B
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to