question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nuitka.bat will not work if we install nuitka in a different folder

See original GitHub issue

When we change PiP instalation target via PIP_TARGET then nuitka.bat will not work. This file check only two python.exe locations related to the nuitka.bat location. Would be nice if this file would:

  • firstly check some variable for python location
  • or check exist also for second case and if not exist then add another else with invoke just python args, which will be searched in setting PATH.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kayhayencommented, Jul 20, 2022

The change proposed will the in the 1.0 release and is currently on factory: https://nuitka.net/doc/factory.html

0reactions
kayhayencommented, Aug 4, 2022

The 1.0 release was done already.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Nuitka Cannot Pack - Stack Overflow
I have installed Nulkta through pip install commands, but when I run it and try to package it, this is what it give...
Read more >
Nuitka: Compiling Python for redistribution - YouTube
Python has no native mechanism for bundling apps for redistribution, so various third-party projects have filled the gap. The Nuitka project ...
Read more >
Properly installing and using Nuitka within Anaconda, " No ...
There is no nuitka.bat file located in Scripts, or anywhere that I have identified. The python scripts for nuitka can be found at...
Read more >
User Manual - Nuitka
No information is available for this page.
Read more >
nuitka Changelog - pyup.io
When re-cursing to modules at compile time, script directory and current directory were used last, while at run time, it was the other...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found