Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 12:57 AM
Fernando
Guest
 
Posts: n/a
Default are DLLs needed to run glade interfaces in python with Windows?

Hi,
I've a .glade file with a little interface I made. I've managed to
load it from a python script, using pyGTK, but the only way it succeed
was copying into the same directory the "libxml2.dll" and
"libglade-2.0.0.dll" files.

I think you only need to install theese as packages in Linux, but I'm
using Windows and I'm wondering if this is a must using it, or if
there are ways much cleaner that simply start dropping DLLs inside the
directory...

Thanks.
  #2  
Old July 19th, 2005, 12:57 AM
stefan.eletzhofer@eletztrick.de
Guest
 
Posts: n/a
Default Re: are DLLs needed to run glade interfaces in python with Windows?

On Wed, Apr 13, 2005 at 11:58:12AM -0700, Fernando wrote:[color=blue]
> Hi,
> I've a .glade file with a little interface I made. I've managed to
> load it from a python script, using pyGTK, but the only way it succeed
> was copying into the same directory the "libxml2.dll" and
> "libglade-2.0.0.dll" files.
>
> I think you only need to install theese as packages in Linux, but I'm
> using Windows and I'm wondering if this is a must using it, or if
> there are ways much cleaner that simply start dropping DLLs inside the
> directory...[/color]

IMHO that's actually the _only_ sane way on windows to deploy DLLs. The
other option you have is to put them in %SYSTEM32% or whatever environment
variable it was on that platform. But once you start to drop DLLs _outside_
your App's install directory, you _can't_ simply move the installation directory
somewhere else (read: another computer).

Hope that helps,
Stefan
[color=blue]
>
> Thanks.
> --
> http://mail.python.org/mailman/listinfo/python-list[/color]

--
Stefan Eletzhofer
InQuant Data GbR
http://www.inquant.de
http://www.eletztrick.de
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles