Giter VIP home page Giter VIP logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
[deleted comment]

from folders2flickr.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Keith, 

Thanks for the .diff 
- any chance you could just make the diff'ed .py available?
- if not, how do I apply this, do I need an IDE?  
- does code.google have similar command line to git? ie. "-apply" switch?
- which version does this patch - 1.0? (2011/05/31)
https://code.google.com/p/folders2flickr/downloads/detail?name=folders2flickr%20
v1.zip&can=2&q=

Many, many thanks!

Original comment by [email protected] on 25 Oct 2014 at 2:26

from folders2flickr.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Pretty sure you can use the patch command in unix as follows to apply a
patch...

cd /path/to/folders2flickr
patch < /path/to/patchfile.diff

This will probably work on the latest version from svn as I don't think the
project has been updated in a while.

I've attached my latest .py files in an archive.

Enjoy,

-- keith

Original comment by [email protected] on 25 Oct 2014 at 2:43

from folders2flickr.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Keith, 

I don't see your files attached... but anyway, in the last 77 mins since my 
comment... I found "patch" and actually got an error with one chunk, which I 
manually fixed.

However when I run it I'm getting...

Traceback (most recent call last):
  File "uploadr.py", line 3, in <module>
    import dbhash,anydbm
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dbhash.py", line 7, in <module>
    import bsddb
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/__init__.py", line 67, in <module>
    import _bsddb
ImportError: No module named _bsddb

Seems like bsddb is deprecated since 2.6?
http://stackoverflow.com/questions/16003224/installing-bsddb-package-python

Any ideas?

Thanks!

Original comment by [email protected] on 25 Oct 2014 at 3:46

from folders2flickr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.