codelv / enaml-native

Build native mobile apps in python with enaml
https://codelv.com/projects/enaml-native/
MIT License
259 stars 21 forks source link

no such file or directory #88

Closed kaboomholy closed 4 years ago

kaboomholy commented 4 years ago

is this file missing?

no file or directory

frmdstryr commented 4 years ago

That file is used for optional plugins. It should check if it exists before trying to load it.

See https://github.com/codelv/enaml-native/blob/76128827c5fd62f2e52bc1ff0955052440acfc52/src/enamlnative/core/app.py#L108

kaboomholy commented 4 years ago

i coppied that code to my file and still got the same message

frmdstryr commented 4 years ago

Just ignore the error message. If the file is missing (as is normal) it will not load any plugins.

kaboomholy commented 4 years ago

ok, thanks i have only created my app , i have not added any code to it yet. is there supposed to be a emulator screen that opens up or how do i get an emulator to show on screen? you have any sugggestions or any links to this? also how do i get android studio to color code my syntax for enaml files?

frmdstryr commented 4 years ago

Have you read the docs?

https://codelv.com/projects/enaml-native/docs/getting-started

You can install the support for python into android studio to get highlighting.

kaboomholy commented 4 years ago

i used the scrcpy is there extra steps i need to do to make it pop up on my device?

miniconda