



I'm getting this error when running my exe created from PerlApp:
C:\Program Files (x86)\TestGUI>TestGUI.exe
Can't load '/XSLoader.pm line 67.
at /threads.pm line 32
BEGIN failed--compilation aborted at TestGUI.pl line 3.
Here is the call inside the script:
use warnings;
use strict;
use threads;
use threads::shared;
use Thread::Queue;
use Wx;
I've spent several days trying to get a build of PERL and PPM that could provide me with support for DBD::mysql under 64 bit Vista. I first tried PERL 5.10-x64, the PERL part worked just fine, but under PPM I could not find DBD::mysql anywhere. I then tried PERL 5.8-x64, and under PPM again I could not find DBD::mysql. Finally I installed PERL 5.8 x86, and PPM found the DBD::mysql module just fine. I hate to be running this far off of the latest version, and for my true platform. My questions are:
1. Is there any support for the MySql module under 64 bit Perl 5.10 or 5.8?
Hello,
I try to understand x64 world.
Under Win32 world, I used win32 modules, Win32-TaskScheduler for example.
But concerning x64 world, I suppose I need to use win64 modules, isn't it ?
Somebody could explain me where could I find those modules ?
Or somebody could explain me if I am in the right way by thinking like that ?
Regards, (and sorry for my bad english)
Bah! Another problem, this line
print header(-cookie=>[$cookie1,$cookie2]);
kills utf8 in a document.
In effect you can't use utf8 with use CGI::Cookie ? (Both part of the default package)
grösste Funseite im Internet!
becomes
grösste Funseite im Internet!
when loaded in with
open (FILE, "<:utf8",$file) || die "ERROR: Can't write file $!\n";
How the hell do you make a global login session with this mess!? Needs fixing please.
:(
Since moving to Vista 64 i've had problems finding modules.
I can find Win32 8.10 CGI::Session
http://cpan.uwinnipeg.ca/dist/CGI-Session
but does anyone know how i can find/install it on Win64 8.10???
I suppose I could install Perl32 but Vista64 would stick it under "Program Files (x86)" directory which would break all my old "c:\perl" scripts.
I'd concider using 5.8.8 Win64 if it's availble there.
Any other way to keep login sessions?
Why isn't Session included in the basic package? It's hard to CGI without it!
Heeeeelp! :(
Hi I am a game developer and I work with 3d software called Maya. Recently Maya started supporting python but it also has its own language called MEL.
I would like to use Komodo for both Mel and Python. How can I set up .mel syntax in Komodo. I a not a very experienced programmer.
thanks
Yury
Hello!
I installed the newest ActiveTCL distro available under: http://www.activestate.com/store/activetcl/download/
According to the documentation, XOTcl should be included in this distribution.
Unfortunately, I dont manage to get the package loaded.
The command
package require XOTcl
throws an error (cant find package)....
Do I have to enable XOTCL anyhow?
If I install the win32 version of ActivePython, all of my ODBC connectors complain that "Data source name not found and no default driver specified in LOGIN". (These all work on several win32 machines around the office)
If I install the x64 version, dbi and odbc don't exist...and neither does the editor!
Basically I'm using ODBC to connect to several iSeries machines. Alternatives? Suggestions?
My perl script gets fails on exit randomly like once every 2-4 hours.
I'm using Vista 64 Premium on Intel q9300 2.5Ghz and when it fails silently windows pops up a report "this error to microsoft screen" and my batch file can't continue until somone cancels this :/
There is no reason for it as the script works fine on Perl 5.8 XP 32 on Intel P4 Celeron 2.5Ghz 768Mb running 24x7x365.
See attached picture for proof...
http://community.activestate.com/files/perlcrash.jpg
I am trying to debug some javascript without much success...
I have installed the two firefox plugins as per the docs.
When I connect to the debugger and I view the Debugger Listener Status it shows a connection and a session. If I refresh the page the page just hangs...I am assuming it is waiting for komodo to return a response.
I can debug php etc without any issues.
I have tried with very simple javascript pages and the problem persists.
Im a paid up customer with Komodo 4.3.1 and Firefox 2.0.0.13.
Any ideas on how to get this working would be appreciated.
Cheers,