Skip to content

c0untd0wn/meow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meow

A platform-independent Github notifier

Build Environment

Mac OS X

  • Python 2.7.1
  • PySide 1.1.0 (which uses Qt 4.8.2)
  • cx-Freeze 4.3

Windows

  • Python 2.7.3
  • PySide 1.1.1
  • cx-Freeze 4.3

How to Build

This command automatically builds meow depending on the host OS python build.py

Troubleshooting

Mac OS X

cx-Freeze seems to have some problems when freezing Python scripts on Mac OS X Please edit the macdist.py file as below

  • line 106-107: ```subprocess.call(('install_name_tool', '-id', @executable_path/'+fileName, filePath))

* line 146-147: ```libpath = str(QtCore.QLibraryInfo.location( \
path = os.path.join(libpath, subpath)

Windows

The default Python installation may not have some required libraries The common missing libraries are listed below

  • python-dateutil
  • six

Etc.

About

A platform-independent Github notifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages