pygradle icon indicating copy to clipboard operation
pygradle copied to clipboard

Can anyone explain this early problem?

Open Mrodent opened this issue 4 years ago • 1 comments

Hi, Love the idea. Needs a bit more documentation perhaps? I got as far as $ ./gradlew build and then this failed after a bit:

Task :installProject FAILED Install PyLookup2019-09 ............................................. [STARTING] Obtaining file:///home/mike/software%20projects/eclipse-workspace/PyLookup2019-09 No files/directories in /home/mike/software projects/eclipse-workspace/PyLookup2019-09 (from PKG-INFO)

"No files/directories"... what can that mean? There was a very basic starter file (__init__.py). Also can you explain what you mean by a "standard python project"? Does setup.cfg have to contain something specific perhaps? Also, what might it mean by "(from PKG-INFO)"? Thanks

Mrodent avatar Sep 23 '19 23:09 Mrodent

try moving __init__.py to src/__init__.py

blundell avatar Mar 29 '20 20:03 blundell