Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac compability #8

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

Mac compability #8

wants to merge 37 commits into from

Conversation

mouuff
Copy link
Member

@mouuff mouuff commented Jan 30, 2019

No description provided.

iquail/installer/installer_osx.py Outdated Show resolved Hide resolved
iquail/installer/installer_osx.py Outdated Show resolved Hide resolved
iquail/installer/installer_osx.py Outdated Show resolved Hide resolved
iquail/installer/installer_osx.py Outdated Show resolved Hide resolved
iquail/installer/installer_osx.py Outdated Show resolved Hide resolved
iquail/installer/installer_osx.py Outdated Show resolved Hide resolved
iquail/helper/osx/plist_creator.py Outdated Show resolved Hide resolved
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

iquail/helper/__init__.py Outdated Show resolved Hide resolved
iquail/installer/installer_osx.py Outdated Show resolved Hide resolved
tests/base_test_osx_bundle.py Show resolved Hide resolved
iquail/helper/osx/plist_creator.py Outdated Show resolved Hide resolved
iquail/helper/__init__.py Outdated Show resolved Hide resolved
tests/base_test_osx_bundle.py Show resolved Hide resolved
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.

3 participants