Windows 64-bit gdb.exe missing python modules ?

General FreeBASIC programming questions.
Post Reply
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Windows 64-bit gdb.exe missing python modules ?

Post by D.J.Peters »

Does the daily builds changed the 64-bit debugger in the past ?

Joshy
gdb.exe wrote:D:\FBExamples\3d>d:\FreeBASIC\bin\win64\gdb.exe
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
SARG
Posts: 1756
Joined: May 27, 2005 7:15
Location: FRANCE

Re: Windows 64-bit gdb.exe missing python modules ?

Post by SARG »

There is no gdb in the daily builds. And not provided with the regular 64bit fbc version. So where did you get yours ?

I got also these messages and much more when running gdb from winlibs last version.

I have still an old version which runs fine, I can provide it if necessary.
Post Reply