My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
HowToUse  
How To Use This Plugin
Updated Sep 29, 2010 by alexl...@gmail.com

Introduction

To use this Plugin you have to install the Python prerequisites for Gimp (see http://gimp-win.sourceforge.net/faq.html)

Unpack the zip to the Gimp plugin dir (e.g. \Documents and Settings\username\.gimp-2.6\plug-ins or ~/.gimp-2.6/plug-ins) so that the file publishr.py ends up in the plug-ins directory.

You will find a new option entry below the File menu "Publish on Twitpic", if this is not showing up, your Python-fu is not working.

Prequisites

The plugin requires a few Python modules, you can probably install them with easy_install:

oauth2 and lxml

Issues

  • Up to now, I have only tested this on Windows but it should work with Linux as well
  • The whole needs to be cleaned up, there are way to many debug messages in there, also some refactoring would be useful
  • oauth2 doesn't include echo support yet, it is implemented in twitpic.py, this should be contributed to oauth2
  • The filenames are from the program I have based this on (http://code.google.com/p/altcanvas/wiki/GimpPublishr). Running both will not work since the modules do not fit besides each other

Sign in to add a comment
Powered by Google Project Hosting