Feral Heart

Help & Guidance => Game Help => Topic started by: Chipz on March 29, 2017, 07:45:48 am

Title: Blender Python not working. {Fixed}
Post by: Chipz on March 29, 2017, 07:45:48 am
Hello,

I know there is a lot of threads out there about this topic but none of them have gotten rid of the
"Compiled with Python version 2.6.2
'import site' failed; use -v for traceback
Checking for installed Python ... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily." text.

I have followed-
https://feral-heart.com/smf/index.php?topic=49368.0 (https://feral-heart.com/smf/index.php?topic=49368.0)
https://feral-heart.com/smf/index.php?topic=34166.msg468342#msg468342 (https://feral-heart.com/smf/index.php?topic=34166.msg468342#msg468342)
https://feral-heart.com/smf/index.php?topic=52835.msg719294#msg719294 (https://feral-heart.com/smf/index.php?topic=52835.msg719294#msg719294)

and many more but the text is still the same. If you know why this or have any further questions is please let me know.
Title: Re: Blender Python not working.
Post by: Bawfle on March 29, 2017, 08:39:05 am
I think you should probably try uninstalling both, and then try installing Python then Blender. At least, I think that's how I did it. Overall, you should be looking to see this after you install:

(http://i.imgur.com/wmd9YGy.png)

I'm using Python 2.6.2, but I need to check which version of blender I have...
Title: Re: Blender Python not working.
Post by: Chipz on March 29, 2017, 09:36:01 am
I think you should probably try uninstalling both, and then try installing Python then Blender. At least, I think that's how I did it. Overall, you should be looking to see this after you install:

(http://i.imgur.com/wmd9YGy.png)

I'm using Python 2.6.2, but I need to check which version of blender I have...
No luck it seems, thank you for the suggestion though!
Title: Re: Blender Python not working.
Post by: Bawfle on March 29, 2017, 11:13:49 am
Sorry about that then! I wish I could find the tutorial Ruby/Phloxenfree gave me personally and share with you. I will try to look more into this!

Edit: Actually, I found this tutorial that might help you - https://www.youtube.com/watch?v=IH8GJrK05Lk
Title: Re: Blender Python not working.
Post by: Vilivikhorith on March 29, 2017, 10:47:47 pm
Hello,

I know there is a lot of threads out there about this topic but none of them have gotten rid of the
"Compiled with Python version 2.6.2
'import site' failed; use -v for traceback
Checking for installed Python ... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily." text.

I have followed-
https://feral-heart.com/smf/index.php?topic=49368.0 (https://feral-heart.com/smf/index.php?topic=49368.0)
https://feral-heart.com/smf/index.php?topic=34166.msg468342#msg468342 (https://feral-heart.com/smf/index.php?topic=34166.msg468342#msg468342)
https://feral-heart.com/smf/index.php?topic=52835.msg719294#msg719294 (https://feral-heart.com/smf/index.php?topic=52835.msg719294#msg719294)

and many more but the text is still the same. If you know why this or have any further questions is please let me know.

It is a problem with Python initialisation, since the site module is imported automatically at start as part of the standard modules (which you should have, somewhere!).

I have found a link that is relevant to your issue, maybe: http://www.edobashira.com/2010/02/import-site-failed-use-v-for-traceback.html
if you follow that, just be sure those folders in the variables actually exist and are the right ones to your Python stuff (since it sounds to me like they are pointing to the wrong place or something, therefore causing import failures for standard modules.).
Title: Re: Blender Python not working.
Post by: Chipz on March 30, 2017, 04:47:40 am
I got it! I had to install everything on my new laptop and it worked -Dances- Thank you all!
Title: Re: Blender Python not working. {Fixed}
Post by: Morgra on March 30, 2017, 06:03:59 am
Locking this up. Glad a solution was found!