Results 171 issues of Ronald Oussoren

**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/3) by Ronald Oussoren (Bitbucket: [ronaldoussoren](https://bitbucket.org/ronaldoussoren), GitHub: [ronaldoussoren](https://github.com/ronaldoussoren)).** ---------------------------------------- When looking for a framework (e.g. Python.framework/Versions/Current/Python) the seerach functions in machlib.dyld not only look in the framework locations (as...

bug
major

GitHub Actions "Test" status is "failing" because tests fail on windows.

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/29) by htgoebel (Bitbucket: [htgoebel](https://bitbucket.org/htgoebel), GitHub: [htgoebel](https://github.com/htgoebel)).** ---------------------------------------- For PyInstaller, we need some support function for getting the byte-code of a module by path (sic!). In PyInstaller we cache...

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/19) by htgoebel (Bitbucket: [htgoebel](https://bitbucket.org/htgoebel), GitHub: [htgoebel](https://github.com/htgoebel)).** ---------------------------------------- calc_setuptools_nspackages can be implemented much simpler. Reason: 1. If a name space-package is defined this way (in a .pth-file), the .pth-file...

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/47) by John Vandenberg (Bitbucket: [John Vandenberg](https://bitbucket.org/John Vandenberg), ).** ---------------------------------------- Using 0.17 sdist as part of packaging at https://build.opensuse.org/package/show/home:jayvdb:py-new/python-modulegraph, both Python 2.7 and Python 3.7 fail running `setup.py test`...

bug

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/16) by david_cortesi (Bitbucket: [david_cortesi](https://bitbucket.org/david_cortesi), ).** ---------------------------------------- I would like to add info to the graph about other dependencies, for example that script "foo" needs a binary "/Some/path/to/bar.dylib" or...

enhancement

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/42) by Michael Root (Bitbucket: [mike1158](https://bitbucket.org/mike1158), GitHub: [mike1158](https://github.com/mike1158)).** ---------------------------------------- We use pkgutil.extend_path() frequently to allow multiple module packages in use at our company to all share a common top-level...

bug

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/28) by codewarrior (Bitbucket: [codewarrior](https://bitbucket.org/codewarrior), GitHub: [codewarrior](https://github.com/codewarrior)).** ---------------------------------------- While doing some work on PyInstaller, I noticed that when running Py.test, the `__main__` module was being included in the modulegraph...

bug

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/14) by Anonymous.** ---------------------------------------- Hi, I've been trying modulegraph after trying to reinvent the wheel... However, the output is a bit too detailed to be useful---the graphs proceded are...

enhancement

A number of system APIs (like CoreLocation) require having an info.plist key (on modernish systems). Add a feature to py2app that can warn about this from the recipe system.

enhancement