Skip to content

Conversation

@mouuff
Copy link
Member

@mouuff mouuff commented Jan 30, 2019

No description provided.

try:
from .controller_tkinter import ControllerTkinter
except:
print("No display found or tkinter missing, console mode enabled !")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le problème c'est que si on importe pas, plus pas il y aura une ref non trouvé, et aussi les args de controller_tkinter sont pas les mêmes que controller console, donc c'est pas vraiment interchangeable pour le moment

def _build_launcher(self):
with open(os.path.join(self._bundle_install_path, 'Contents', 'MacOS', 'launcher'), 'w') as f:
shebang = '#!/usr/bin/env bash\n'
content = '/usr/bin/env python3 ~/.iquail/' + self.uid + '/iquail_launcher.py'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c'est toujours hardcodé

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved dans le last commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants