# \[PyCall\] Julia Exception to Python exception

**URL:** https://discourse.julialang.org/t/pycall-julia-exception-to-python-exception/60320
**Category:** General Usage
**Tags:** question, package
**Created:** [April 30, 2021, 2:39pm UTC](https://discourse.julialang.org/t/pycall-julia-exception-to-python-exception/60320 "2021-04-30T14:39:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Mrion](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mrion/32/23727_2.png) [@Mrion](https://discourse.julialang.org/u/Mrion)
#### Post date: [April 30, 2021, 2:39pm UTC](https://discourse.julialang.org/t/pycall-julia-exception-to-python-exception/60320/1 "2021-04-30T14:39:05Z")

</div>

Hello! I want to create python exception from Julia exception with preserving backtrace (writing my Julia api for sentry using python sdk). Is it possible? How could I achieve that?
